Char.INumberBase<Char>.IsSubnormal(Char) Metodo

Definizione

Determina se un valore è sottonormamale.

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

Parametri

value
Char

Valore da controllare.

Valori restituiti

true se value è sottonormaale; in caso contrario, false.

Implementazioni

Si applica a