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
Syntaxpublic static decimal operator /(
Amount dividend,
Amount divisor
)
Public Shared Operator / (
dividend As Amount,
divisor As Amount
) As Decimal
public:
static Decimal^ operator /(
Amount^ dividend,
Amount^ divisor
)
static let inline (/)
dividend : Amount *
divisor : Amount : decimal
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