Click or drag to resize

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
Syntax
public Amount RoundAmount(
	Amount amount
)

Parameters

amount
Type: Aloe.EnterpriseOne.ModelAmount
The amount.

Return Value

Type: Amount
See Also