IntPtr.INumberBase<IntPtr>.IsNegativeInfinity(IntPtr) Método

Definição

Determina se um valor é 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

Parâmetros

value
IntPtr

nativeint

O valor a ser verificado.

Retornos

true se value for infinito negativo; caso contrário, false.

Implementações

Aplica-se a