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