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

Definicja

Określa, czy wartość jest podnormalna.

 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

Wartość do sprawdzenia.

Zwraca

truejeśli value jest podnormalny; w przeciwnym razie . false

Implementuje

Dotyczy