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

Tanım

Bir değerin normal olup olmadığını belirler.

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

Parametreler

value
Char

Denetlenecek değer.

Döndürülenler

true normalse value ; değilse, false.

Uygulamalar

Şunlara uygulanır