Operator UnaryNegation
| Improve this Doc View SourceUnaryNegation(_Decimal)
Negates the _Decimal operand.
Declaration
public static _Decimal operator -(_Decimal x)
Parameters
Type | Name | Description |
---|---|---|
_Decimal | x | A _Decimal object. |
Returns
Type | Description |
---|---|
_Decimal | A _Decimal expression that contains the negated result. |