Multiplies the amount with the specified multiplier.
Namespace:
Aloe.EnterpriseOne.Model
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static Amount Multiply(
Amount amount,
decimal multiplier
)
Public Shared Function Multiply (
amount As Amount,
multiplier As Decimal
) As Amount
public:
static Amount^ Multiply(
Amount^ amount,
Decimal^ multiplier
)
static member Multiply :
amount : Amount *
multiplier : decimal -> Amount
Parameters
- amount
- Type: Aloe.EnterpriseOne.ModelAmount
The amount. - multiplier
- Type: SystemDecimal
The multiplier.
Return Value
Type:
AmountThe result of the multiplication or null if amount was null.
See Also