Enum RoundOffAccuracy
The accuracy of a rounding for a computed number.
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.
|
Extension Methods
ConverterExtensions.ParseWith<RoundOffAccuracy, T1, T2, T3, TResult>(Func<RoundOffAccuracy, T1, T2, T3, TResult>, T1, T2, T3)
ConverterExtensions.ParseWith<RoundOffAccuracy, T1, T2, T3, T4, TResult>(Func<RoundOffAccuracy, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
ConverterExtensions.ParseWith<RoundOffAccuracy, T1, T2, T3, T4, T5, TResult>(Func<RoundOffAccuracy, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
ConverterExtensions.ParseWith<RoundOffAccuracy, T1, T2, T3, T4, T5, T6, TResult>(Func<RoundOffAccuracy, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
ConverterExtensions.ParseWith<RoundOffAccuracy, T1, T2, T3, T4, T5, T6, T7, TResult>(Func<RoundOffAccuracy, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
ConverterExtensions.ParseWith<RoundOffAccuracy, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(Func<RoundOffAccuracy, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
ConverterExtensions.ParseWith<RoundOffAccuracy, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(Func<RoundOffAccuracy, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)