Click or drag to resize
BigRationalNegate Method

[This is preliminary documentation and is subject to change.]

Negates the specified r.

Namespace: NForza.Transit.Numerics
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public static BigRational Negate(
	BigRational r
)

Parameters

r
Type: NForza.Transit.NumericsBigRational
The big rational.

Return Value

Type: BigRational
The negate.
See Also