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

Definição

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

O valor a ser verificado.

Retornos

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

Implementações

Aplica-se a