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

Definicja

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

 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

Wartość do sprawdzenia.

Zwraca

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

Implementuje

Dotyczy