Freigeben über


Single.IsSubnormal(Single) Methode

Definition

Bestimmt, ob der angegebene Wert subnormal ist.

public:
 static bool IsSubnormal(float f);
public:
 static bool IsSubnormal(float f) = System::Numerics::INumberBase<float>::IsSubnormal;
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

true, wenn f unternormal ist; andernfalls false.

Implementiert

Hinweise

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

Gilt für: