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