Click or drag to resize

Quantity Constructor

Initializes a new instance of the Quantity class.

Namespace:  Aloe.EnterpriseOne.Model
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Quantity(
	decimal value,
	MeasurementUnit unit
)

Parameters

value
Type: SystemDecimal
The value.
unit
Type: Aloe.EnterpriseOne.Model.GeneralMeasurementUnit
The unit.
See Also