Enum RoundOffAccuracy
- Namespace
- Cuemon.Extensions
- Assembly
- Cuemon.Extensions.Core.dll
The accuracy of a rounding for a computed number.
public enum RoundOffAccuracy
- Extension Methods
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.