Double.IsNegative(Double) Methode

Definitie

Bepaalt of de opgegeven waarde negatief is.

public:
 static bool IsNegative(double d) = System::Numerics::INumberBase<double>::IsNegative;
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

Parameters

d
Double

Een drijvendekommagetal met dubbele precisie.

Retouren

true als de waarde negatief is; false Anders.

Implementeringen

Van toepassing op