Single.IsNegative(Single) Método

Definición

Determina si el valor especificado es negativo.

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

Boolean

true si es negativo; en caso contrario, false.

Se aplica a