UInt16.INumberBase<UInt16>.IsCanonical(UInt16) Metoda

Definice

Určuje, zda je hodnota v kanonické reprezentaci.

 static bool System.Numerics.INumberBase<System.UInt16>.IsCanonical(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsCanonical;
static bool INumberBase<ushort>.IsCanonical (ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsCanonical : uint16 -> bool
 Shared Function IsCanonical (value As UShort) As Boolean Implements INumberBase(Of UShort).IsCanonical

Parametry

value
UInt16

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je ve svém kanonickém vyjádření; falsev opačném případě .

Implementuje

Platí pro