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