Click or drag to resize
BigRational  Conversion (BigInteger to BigRational)

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

Performs an implicit conversion from BigInteger to BigRational.

Namespace: NForza.Transit.Numerics
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public static implicit operator BigRational (
	BigInteger value
)

Parameters

value
Type: System.NumericsBigInteger
The value.

Return Value

Type: BigRational
The result of the conversion.
See Also