Single.IsNegative(Single) Methode

Definition

Bestimmt, ob der angegebene Wert negativ ist.

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

Parameter

f
Single

Eine Gleitkommazahl mit einfacher Genauigkeit.

Gibt zurück

Boolean

true, falls negativ; sonst false.

Gilt für