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

Definicja

Określa, czy wartość jest nienormalna.

 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

Parametry

value
Char

Wartość do sprawdzenia.

Zwraca

true if value is subnormal; w przeciwnym razie false.

Implementuje

Dotyczy