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

Definice

Určuje, jestli je hodnota podnormální.

 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

Parametry

value
IntPtr

nativeint

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je subnormální, jinak hodnota false.

Implementuje

Platí pro