Click or drag to resize

QuantityMultiply Operator (Quantity, Decimal)

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 *(
	Quantity quantity,
	decimal multiplier
)

Parameters

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

Return Value

Type: Quantity
The result of the operator.
See Also