Single.IsFinite(Single) Methode

Definition

Bestimmt, ob der angegebene Wert endlich ist (Null, subnormal oder normal).

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

Parameter

f
Single

Eine Gleitkommazahl mit einfacher Genauigkeit.

Gibt zurück

Boolean

true, wenn der angegebene Wert endlich ist (Null, subnormal oder normal); sonst false.

Gilt für