Method IsInteger
IsInteger(BigRational)
Returns a value indicating whether the specified number is an integer.
Declaration
public static bool IsInteger(BigRational a)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | a | A BigRational number. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
|