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

Definizione

Determina se un valore è 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

Parametri

value
Int64

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a