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
Syntaxpublic Quantity(
decimal value,
MeasurementUnit unit
)
Public Sub New (
value As Decimal,
unit As MeasurementUnit
)
public:
Quantity(
Decimal^ value,
MeasurementUnit^ unit
)
new :
value : decimal *
unit : MeasurementUnit -> Quantity
Parameters
- value
- Type: SystemDecimal
The value. - unit
- Type: Aloe.EnterpriseOne.Model.GeneralMeasurementUnit
The unit.
See Also