BigRational.Negate Method

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#
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