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

Definition

Avgör om ett värde är normalt.

 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

Parametrar

value
Char

Det värde som ska kontrolleras.

Returer

true om value är normalt, annars false.

Implementeringar

Gäller för