Click or drag to resize

QuantityMultiply Operator (Decimal, Quantity)

Implements the operator *.

Namespace:  Aloe.EnterpriseOne.Model
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static Quantity operator *(
	decimal multiplier,
	Quantity quantity
)

Parameters

multiplier
Type: SystemDecimal
The multiplier.
quantity
Type: Aloe.EnterpriseOne.ModelQuantity
The quantity.

Return Value

Type: Quantity
The result of the operator.
See Also