DocumentAmountTypeRoundScale Property |
The amounts should be rounded with the specified number of digits after the decimal point. null means to use the currency default.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> RoundScale { get; set; }
Public Property RoundScale As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ RoundScale {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member RoundScale : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also