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

Definicja

Określa, czy wartość jest nieskończonością ujemną.

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

Parametry

value
IntPtr

nativeint

Wartość do sprawdzenia.

Zwraca

true jeśli value jest nieskończonością ujemną; w przeciwnym razie falsewartość .

Implementuje

Dotyczy