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
toNum Method
Get the value of the
BigProduct
as a
Int32
.
Namespace:
NumberStone
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
int
toNum
()
Return Value
Type:
Int32
The value of the
BigProduct
as a
Int32
.
Exceptions
Exception
Condition
InvalidOperationException
If the value cannot be represented as an
Int32
, use
toFraction
in those cases.
See Also
Reference
BigProduct Class
NumberStone Namespace