Double.IsNegative(Double) Methode
Definition
Bestimmt, ob der angegebene Wert negativ ist.Determines whether the specified value is negative.
public:
static bool IsNegative(double d);
public static bool IsNegative (double d);
static member IsNegative : double -> bool
Public Shared Function IsNegative (d As Double) As Boolean
Parameter
- d
- Double
Eine Gleitkommazahl mit doppelter Genauigkeit.A double-precision floating-point number.
Gibt zurück
true
, wenn der Wert negativ ist; sonst false
.true
if the value is negative; false
otherwise.