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

Definición

Determina si un valor es 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

Valor que se va a comprobar.

Devoluciones

true es si value es infinito negativo; de lo contrario, falsees .

Implementaciones

Se aplica a