Click or drag to resize

AmountDivide Method (Amount, Decimal)

Divides the specified amount.

Namespace:  Aloe.EnterpriseOne.Model
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static Amount Divide(
	Amount amount,
	decimal divisor
)

Parameters

amount
Type: Aloe.EnterpriseOne.ModelAmount
The amount.
divisor
Type: SystemDecimal
The divisor.

Return Value

Type: Amount
The result of the division.
See Also