Single.IsNegative(Single) Método

Definição

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

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

Devoluções

true Se for negativo, false caso contrário.

Implementações

Aplica-se a