Click or drag to resize

AmountMultiply Method

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
Syntax
public static Amount Multiply(
	Amount amount,
	decimal multiplier
)

Parameters

amount
Type: Aloe.EnterpriseOne.ModelAmount
The amount.
multiplier
Type: SystemDecimal
The multiplier.

Return Value

Type: Amount
The result of the multiplication or null if amount was null.
See Also