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

Definice

Určuje, zda je hodnota záporné nekonečno.

 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

Parametry

value
Int64

Hodnota, která se má zkontrolovat.

Návraty

true if value je záporné nekonečno, falsejinak hodnota .

Implementuje

Platí pro