Double.IsNegative(Double) Yöntem

Tanım

Belirtilen değerin negatif olup olmadığını belirler.

public:
 static bool IsNegative(double d);
public:
 static bool IsNegative(double d) = System::Numerics::INumberBase<double>::IsNegative;
public static bool IsNegative (double d);
static member IsNegative : double -> bool
Public Shared Function IsNegative (d As Double) As Boolean

Parametreler

d
Double

Çift duyarlıklı, kayan noktalı bir sayı.

Döndürülenler

true değer negatifse; false Aksi takdir -de.

Uygulamalar

Şunlara uygulanır