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

Definition

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

 static bool System.Numerics.INumberBase<nint>.IsCanonical(IntPtr value) = System::Numerics::INumberBase<IntPtr>::IsCanonical;
static bool INumberBase<IntPtr>.IsCanonical(IntPtr value);
static member System.Numerics.INumberBase<nint>.IsCanonical : nativeint -> bool
 Shared Function IsCanonical (value As IntPtr) As Boolean Implements INumberBase(Of IntPtr).IsCanonical

Parameter

value
IntPtr

nativeint

Der zu überprüfende Wert.

Gibt zurück

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

Implementiert

Gilt für: