Click or drag to resize

BigProductisInteger Method

Get whether the BigProduct can be expressed as an integer.

Namespace:  NumberStone
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public bool isInteger()

Return Value

Type: Boolean
Whether the BigProduct can be expressed as an integer.
Remarks
Just because isInteger returns true, doesn't mean that toNum will not throw an exception (for example, in case where the value is higher than Int32 can contain).
See Also