Char.INumberBase<Char>.IsNormal(Char) Método

Definición

Determina si un valor es normal.

 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

Parámetros

value
Char

Valor que se va a comprobar.

Devoluciones

true es si value es normal; de lo contrario, falsees .

Implementaciones

Se aplica a