Double.IsNegative(Double) Metodo

Definizione

Determina se il valore specificato è negativo.

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

Parametri

d
Double

Numero a virgola mobile a precisione doppia.

Restituisce

true se il valore è negativo. In caso contrario, false.

Implementazioni

Si applica a