Single.IsNegative(Single) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 única.
Retornos
true se negativo, false caso contrário.