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

Definicja

Określa, czy wartość znajduje się w jego reprezentacji kanonicznej.

 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

Wartość do sprawdzenia.

Zwraca

truejeśli value znajduje się w jego kanonicznej reprezentacji; w przeciwnym razie . false

Implementuje

Dotyczy