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

Definition

Bestimmt, ob sich ein Wert in seiner kanonischen Darstellung befindet.

 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

Parameter

value
UInt16

Der zu überprüfende Wert.

Gibt zurück

true , wenn value sich in seiner kanonischen Darstellung befindet, falseandernfalls .

Implementiert

Gilt für: