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

Definitie

Bepaalt of een waarde subnormaal is.

 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

Parameters

value
Char

De waarde die moet worden gecontroleerd.

Retouren

trueindien value subnormaal, anders . false

Implementeringen

Van toepassing op