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

Definizione

Determina se un valore è infinito negativo.

 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

Parametri

value
IntPtr

nativeint

Valore da controllare.

Restituisce

true se value è infinito negativo; in caso contrario, false.

Implementazioni

Si applica a