Operator UnaryPlus
UnaryPlus(BigRational)
Returns the value of the BigRational operand. (The sign of the operand is unchanged.)
Declaration
public static BigRational operator +(BigRational a)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | a | An BigRational value. |
Returns
| Type | Description |
|---|---|
| BigRational | The value of the value operand. |