Click or drag to resize
BigRational Constructor (BigInteger, BigInteger, BigInteger)

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

Initializes a new instance of the BigRational struct.

Namespace: NForza.Transit.Numerics
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public BigRational(
	BigInteger whole,
	BigInteger numerator,
	BigInteger denominator
)

Parameters

whole
Type: System.NumericsBigInteger
The whole.
numerator
Type: System.NumericsBigInteger
The numerator.
denominator
Type: System.NumericsBigInteger
The denominator.
Exceptions
ExceptionCondition
DivideByZeroException
See Also