BigRational.UnaryNegation 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.0
C#
public static BigRational operator -(
	BigRational value
)

Parameters

value  BigRational
A rational number.

Return Value

BigRational
A rational number of the same magnitude as value, but with its sign reversed.

Implements

IUnaryNegationOperators<TSelf, TResult>.UnaryNegation(TSelf)

See Also