Click or drag to resize

AmountDivision Operator (Amount, Amount)

Implements the operator /.

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

Parameters

dividend
Type: Aloe.EnterpriseOne.ModelAmount
The dividend.
divisor
Type: Aloe.EnterpriseOne.ModelAmount
The divisor.

Return Value

Type: Decimal
The result of the operator.
See Also