Skip to content

UInt24.IsCanonical Method

Definition

Determines if a value is in its canonical representation.

public static bool IsCanonical(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value to be checked.

Returns

Boolean

true if value is in its canonical representation; otherwise, false.