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