Inner Drive Extensible Architecture
C#
Show/Hide TOC
Volume
Addition(Volume, Volume) Operator
Adds two values together to compute their sum.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
static
Volume
operator
+
(
Volume
left
,
Volume
right
)
Parameters
left
Volume
The value to which
right
is added.
right
Volume
The value which is added to
left
.
Return Value
Volume
The sum of
left
and
right
.
Implements
IAdditionOperators
TSelf, TOther, TResult
Addition(TSelf, TOther)
See Also
Reference
Volume Structure
Addition Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also