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

Definice

Určuje, jestli hodnota představuje integrální číslo.

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

Parametry

value
Char

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je celé číslo, falsev opačném případě .

Implementuje

Platí pro