Click or drag to resize

QuantityMultiply Method

Multiplies the specified quantity 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 Quantity Multiply(
	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 multiplication or null if quantity was null.
See Also