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