Big Rational.Unary Negation Operator
Negates a rational number from another and returns the result.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A rational number of the same magnitude as value, but with its sign reversed.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.