Returns the sum of the specified quantities. The quantities must have the same Unit.
Namespace:
Aloe.EnterpriseOne.Model
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static Quantity Add(
Quantity first,
Quantity second
)
Public Shared Function Add (
first As Quantity,
second As Quantity
) As Quantity
public:
static Quantity^ Add(
Quantity^ first,
Quantity^ second
)
static member Add :
first : Quantity *
second : Quantity -> Quantity
Parameters
- first
- Type: Aloe.EnterpriseOne.ModelQuantity
The first quantity to add. - second
- Type: Aloe.EnterpriseOne.ModelQuantity
The second quantity to add.
Return Value
Type:
QuantityThe sum of the quantities.
See Also