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