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

Definicja

Określa, czy wartość jest nieskończona.

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

Parametry

value
Int64

Wartość do sprawdzenia.

Zwraca

true jeśli value jest nieskończona; w przeciwnym razie false.

Implementuje

Dotyczy