Table of Contents

Enum RoundOffAccuracy

Namespace
Cuemon
Assembly
Cuemon.Core.dll

The accuracy of a rounding for a computed number.

public enum RoundOffAccuracy

Fields

NearestHundredth = 100

Specifies a rounding to the nearest hundredth of a number.

NearestHundredThousandth = 100000

Specifies a rounding to the nearest hundred thousandth of a number.

NearestMillion = 1000000

Specifies a rounding to the nearest million of a number.

NearestTenth = 10

Specifies a rounding to the nearest tenth of a number.

NearestTenThousandth = 10000

Specifies a rounding to the nearest ten thousandth of a number.

NearestThousandth = 1000

Specifies a rounding to the nearest thousandth of a number.