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
Syntaxpublic static Amount operator /(
Amount amount,
decimal divisor
)
Public Shared Operator / (
amount As Amount,
divisor As Decimal
) As Amount
public:
static Amount^ operator /(
Amount^ amount,
Decimal^ divisor
)
static let inline (/)
amount : Amount *
divisor : decimal : Amount
Parameters
- amount
- Type: Aloe.EnterpriseOne.ModelAmount
The amount. - divisor
- Type: SystemDecimal
The divisor.
Return Value
Type:
Amount
The result of the operator.
See Also