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