Click or drag to resize

AmountRound Method

Returns new Amount, which is rounded, according to the rules of the currency.

Namespace:  Aloe.EnterpriseOne.Model
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Amount Round()

Return Value

Type: Amount
The new, rounded Amount.
Remarks
If the currency is null, the method returns the same Amount.
See Also