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

Definición

Determina si un valor es 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

Valor que se va a comprobar.

Devoluciones

true es si value es subnormal; en caso contrario, falsees .

Implementaciones

Se aplica a