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

Definicja

Określa, czy wartość jest normalna.

 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

Parametry

value
Char

Wartość do sprawdzenia.

Zwraca

truejeśli value jest normalny; w przeciwnym razie . false

Implementuje

Dotyczy