UInt24.IsInteger Method
Definition
Determines if a value represents an integral number.
public static bool IsInteger(UInt24 value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | UInt24 | The value to be checked. |
Returns
true if value is an integer; otherwise, false.