Click or drag to resize

AmountMultiply Operator (Decimal, 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 Amount operator *(
	decimal multiplier,
	Amount amount
)

Parameters

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

Return Value

Type: Amount
The result of the operator.
See Also