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