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

Definice

Určuje, jestli je hodnota konečná.

 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

Hodnota, která se má zkontrolovat.

Návraty

truepokud value je konečný; v opačném případě . false

Implementuje

Platí pro