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

Definice

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

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

Parametry

value
Char

Hodnota, která se má zkontrolovat.

Návraty

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

Implementuje

Platí pro