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

Definition

Bestimmt, ob ein Wert normal ist.

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

Parameter

value
IntPtr

nativeint

Der zu überprüfende Wert.

Gibt zurück

true , wenn value normal ist, falseandernfalls .

Implementiert

Gilt für: