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

Definition

Bestimmt, ob ein Wert subnormal ist.

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

Parameter

value
IntPtr

nativeint

Der zu überprüfende Wert.

Gibt zurück

true , wenn value subnormal ist, falseandernfalls .

Implementiert

Gilt für: