Whetstone Class reference
Whetstone Class reference
Whetstone
NumberStone
BigProduct Class
BigProduct Methods
Divide Method
DivideFactorial Method
isInteger Method
Multiply Method
MultiplyFactorial Method
Pow Method
toFraction Method
toNum Method
BigProduct
toFraction Method
Get the value of the
BigProduct
as a
Tuple
T1, T2
of numerator and denominator.
Namespace:
NumberStone
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
Tuple
<
BigInteger
,
BigInteger
>
toFraction
()
Return Value
Type:
Tuple
BigInteger
,
BigInteger
The value of the
BigProduct
as a
Tuple
T1, T2
of numerator and denominator.
See Also
Reference
BigProduct Class
NumberStone Namespace