Single.IsNegative(Single) Método

Definición

Determina si el valor especificado es 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

Parámetros

f
Single

Número de punto flotante de precisión sencilla.

Devoluciones

true Si es negativo, false de lo contrario.

Implementaciones

Se aplica a