Click or drag to resize
BigRationalModulus Operator

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

Implements the operator %.

Namespace: NForza.Transit.Numerics
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public static BigRational operator %(
	BigRational r1,
	BigRational r2
)

Parameters

r1
Type: NForza.Transit.NumericsBigRational
The r1.
r2
Type: NForza.Transit.NumericsBigRational
The r2.

Return Value

Type: BigRational
The result of the operator.
See Also