Single.IsNegative(Single) Método

Definição

Determina se o valor especificado é 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

Um número de ponto flutuante de precisão simples.

Retornos

Boolean

true se for negativo; caso contrário, false.

Aplica-se a