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

Definizione

Determina se un valore è subnormal.

 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.

Restituisce

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

Implementazioni

Si applica a