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