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

Definition

Bestimmt, ob ein Wert normal ist.

 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

Parameter

value
Char

Der zu überprüfende Wert.

Gibt zurück

true , wenn value normal ist, andernfalls false.

Implementiert

Gilt für: