Big Rational.Unary Negation Operator
Negates a rational number from another and returns the result.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A rational number of the same magnitude as value, but with its sign reversed.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static BigRational operator -(
BigRational value
)
Parameters
- value BigRational
- A rational number.
Return Value
BigRationalA rational number of the same magnitude as value, but with its sign reversed.