Click or drag to resize

BigProducttoNum 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#
public int toNum()

Return Value

Type: Int32
The value of the BigProduct as a Int32.
Exceptions
ExceptionCondition
InvalidOperationExceptionIf the value cannot be represented as an Int32, use toFraction in those cases.
See Also