Enum RoundOffAccuracy
The accuracy of a rounding for a computed number.
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public enum RoundOffAccuracy
Fields
Name | Description |
---|---|
NearestHundredth | Specifies a rounding to the nearest hundredth of a number. |
NearestHundredThousandth | Specifies a rounding to the nearest hundred thousandth of a number. |
NearestMillion | Specifies a rounding to the nearest million of a number. |
NearestTenth | Specifies a rounding to the nearest tenth of a number. |
NearestTenThousandth | Specifies a rounding to the nearest ten thousandth of a number. |
NearestThousandth | Specifies a rounding to the nearest thousandth of a number. |