Char.INumberBase<Char>.IsInteger(Char) Yöntem

Tanım

Bir değerin tam sayı olup olmadığını belirler.

 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

Parametreler

value
Char

Denetlenecek değer.

Döndürülenler

true bir tamsayıysa value ; değilse, false.

Uygulamalar

Şunlara uygulanır