QuantityAddition Operator |
Returns the sum of quantity a and b, which must have the same measurement unit
Namespace:
Aloe.EnterpriseOne.Model
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static Quantity operator +(
Quantity first,
Quantity second
)
Public Shared Operator + (
first As Quantity,
second As Quantity
) As Quantity
public:
static Quantity^ operator +(
Quantity^ first,
Quantity^ second
)
static let inline (+)
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.
Exceptions
See Also