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

Definição

Determina se um valor é 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

Parâmetros

value
Char

O valor a ser verificado.

Retornos

true se value for subnormal; caso contrário, false.

Implementações

Aplica-se a