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

Definición

Determina si un valor es infinito negativo.

 static bool System.Numerics.INumberBase<System.Int64>.IsNegativeInfinity(long value) = System::Numerics::INumberBase<long>::IsNegativeInfinity;
static bool INumberBase<long>.IsNegativeInfinity (long value);
static member System.Numerics.INumberBase<System.Int64>.IsNegativeInfinity : int64 -> bool
 Shared Function IsNegativeInfinity (value As Long) As Boolean Implements INumberBase(Of Long).IsNegativeInfinity

Parámetros

value
Int64

Valor que se va a comprobar.

Devoluciones

true es si value es infinito negativo; en caso contrario, falsees .

Implementaciones

Se aplica a