BigRational.Negate Method

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 Negate(
	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.

See Also