IUnitOfMeasureRoundingPrecision Property |
Gets the rounding precision.
This is the smallest number, which can represent quantity of this unit of measure.
Namespace:
Aloe.EnterpriseOne.Model.Core.Metrics
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxdecimal RoundingPrecision { get; }
ReadOnly Property RoundingPrecision As Decimal
Get
property Decimal^ RoundingPrecision {
Decimal^ get ();
}
abstract RoundingPrecision : decimal with get
Property Value
Type:
Decimal
The rounding precision.
See Also