Operator operator +
operator +(MonetaryValue, MonetaryValue)
Adds two values together to compute their sum.
Declaration
public static MonetaryValue operator +(MonetaryValue x, MonetaryValue y)
Parameters
| Type | Name | Description |
|---|---|---|
| MonetaryValue | x | |
| MonetaryValue | y |
Returns
| Type | Description |
|---|---|
| MonetaryValue | The sum of |
Implements
operator +(MonetaryValue, decimal)
Adds two values together to compute their sum.
Declaration
public static MonetaryValue operator +(MonetaryValue x, decimal y)
Parameters
| Type | Name | Description |
|---|---|---|
| MonetaryValue | x | |
| decimal | y |
Returns
| Type | Description |
|---|---|
| MonetaryValue | The sum of |