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

Definice

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

 static bool System.Numerics.INumberBase<System.Int32>.IsFinite(int value) = System::Numerics::INumberBase<int>::IsFinite;
static bool INumberBase<int>.IsFinite (int value);
static member System.Numerics.INumberBase<System.Int32>.IsFinite : int -> bool
 Shared Function IsFinite (value As Integer) As Boolean Implements INumberBase(Of Integer).IsFinite

Parametry

value
Int32

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je konečný, jinak hodnota false.

Implementuje

Platí pro