Click or drag to resize

AmountDivision Operator (Amount, Decimal)

Implements the operator /.

Namespace:  Aloe.EnterpriseOne.Model
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static Amount operator /(
	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 operator.
See Also