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

Definicja

Określa, czy wartość reprezentuje liczbę całkowitą.

 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

Wartość do sprawdzenia.

Zwraca

true jeśli value jest liczbą całkowitą; w przeciwnym razie false.

Implementuje

Dotyczy