Double.IsSubnormal(Double) Methode

Definition

Bestimmt, ob der angegebene Wert subnormal ist.

public:
 static bool IsSubnormal(double d);
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

Boolean

true, wenn der Wert subnormal ist; sonst false.

Gilt für