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

Definition

Bestimmt, ob ein Wert subnormal ist.

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

Parameter

value
UIntPtr

unativeint

Der zu überprüfende Wert.

Gibt zurück

true , wenn value subnormal ist, falseandernfalls .

Implementiert

Gilt für: