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

Definition

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

 static bool System.Numerics.INumberBase<nuint>.IsCanonical(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsCanonical;
static bool INumberBase<UIntPtr>.IsCanonical(UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsCanonical : unativeint -> bool
 Shared Function IsCanonical (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsCanonical

Parameter

value
UIntPtr

unativeint

Der zu überprüfende Wert.

Gibt zurück

true wenn value sich in seiner kanonischen Darstellung befindet; andernfalls false.

Implementiert

Gilt für: