Single.IsNegative(Single) Metodo

Definizione

Determina se il valore specificato è negativo.

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

Parametri

f
Single

Numero a virgola mobile e precisione singola.

Valori restituiti

true se negativo, false in caso contrario.

Implementazioni

Si applica a