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