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