Single.IsNormal(Single) Methode

Definition

Bestimmt, ob der angegebene Wert normal ist.

public:
 static bool IsNormal(float f);
public:
 static bool IsNormal(float f) = System::Numerics::INumberBase<float>::IsNormal;
public static bool IsNormal (float f);
static member IsNormal : single -> bool
Public Shared Function IsNormal (f As Single) As Boolean

Parameter

f
Single

Eine Gleitkommazahl mit einfacher Genauigkeit.

Gibt zurück

true, wenn f normal ist; sonst false.

Implementiert

Gilt für: