Freigeben über


Double.IsSubnormal(Double) Methode

Definition

Bestimmt, ob der angegebene Wert subnormal ist.

public:
 static bool IsSubnormal(double d);
public:
 static bool IsSubnormal(double d) = System::Numerics::INumberBase<double>::IsSubnormal;
public static bool IsSubnormal (double d);
static member IsSubnormal : double -> bool
Public Shared Function IsSubnormal (d As Double) As Boolean

Parameter

d
Double

Eine Gleitkommazahl mit doppelter Genauigkeit.

Gibt zurück

true, wenn der Wert unternormal ist; andernfalls false.

Implementiert

Hinweise

Dadurch wird der Wert nicht naN, nicht unendlich, nicht normal und nicht null überprüft.

Gilt für: