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