Operator operator -
operator -(MonetaryValue)
Computes the unary negation of a value.
Declaration
public static MonetaryValue operator -(MonetaryValue value)
Parameters
| Type | Name | Description |
|---|---|---|
| MonetaryValue | value | The value for which to compute the unary negation. |
Returns
| Type | Description |
|---|---|
| MonetaryValue | The unary negation of |