Double.IsNormal(Double) Methode

Definition

Bestimmt, ob der angegebene Wert normal ist.

public:
 static bool IsNormal(double d);
public static bool IsNormal (double d);
static member IsNormal : double -> bool
Public Shared Function IsNormal (d As Double) As Boolean

Parameter

d
Double

Eine Gleitkommazahl mit doppelter Genauigkeit.

Gibt zurück

Boolean

true, wenn der Wert normal ist; sonst false.

Gilt für