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

Definicja

Określa, czy wartość jest ujemną nieskończonością.

 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

Wartość do sprawdzenia.

Zwraca

true jeśli value jest nieskończoność ujemna; w przeciwnym razie false.

Implementuje

Dotyczy