Single.IsSubnormal(Single) Methode

Definition

Bestimmt, ob der angegebene Wert subnormal ist.

public:
 static bool IsSubnormal(float f);
public static bool IsSubnormal (float f);
static member IsSubnormal : single -> bool
Public Shared Function IsSubnormal (f As Single) As Boolean

Parameter

f
Single

Eine Gleitkommazahl mit einfacher Genauigkeit.

Gibt zurück

Boolean

true, wenn f subnormal ist; sonst false.

Gilt für