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

Definition

Bestimmt, ob ein Wert subnormal ist.

 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

Parameter

value
Char

Der zu überprüfende Wert.

Gibt zurück

true , wenn value subnormal ist, falseandernfalls .

Implementiert

Gilt für: