DocumentAmountTypeRoundAmount Method |
Rounds the amount according to
RoundScale. If
RoundScale is null, the default round scale (2) is used.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount RoundAmount(
Amount amount
)
Public Function RoundAmount (
amount As Amount
) As Amount
public:
Amount^ RoundAmount(
Amount^ amount
)
member RoundAmount :
amount : Amount -> Amount
Parameters
- amount
- Type: Aloe.EnterpriseOne.ModelAmount
The amount.
Return Value
Type:
Amount
See Also