Click or drag to resize

BigProducttoFraction Method

Namespace:  NumberStone
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public Tuple<BigInteger, BigInteger> toFraction()

Return Value

Type: TupleBigInteger, BigInteger
The value of the BigProduct as a TupleT1, T2 of numerator and denominator.
See Also