Operator UnaryNegation
UnaryNegation(BigRational)
Negates a specified BigRational value.
Declaration
public static BigRational operator -(BigRational a)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | a | The value to negate. |
Returns
| Type | Description |
|---|---|
| BigRational | The result of the value parameter multiplied by negative one (-1). |