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

Definicja

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

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

Parametry

value
Int64

Wartość do sprawdzenia.

Zwraca

true jeśli value jest skończony; w przeciwnym razie false.

Implementuje

Dotyczy