Compartilhar via


signbit função (fast_math)

Determina se o sinal de _X é negativo

inline int signbit(
   float _X
) restrict(amp);

Parâmetros

  • _X
    Valor de ponto flutuante

Valor de retorno

Retorna um valor diferente de zero se e somente se o sinal de _X for negativo

Requisitos

Cabeçalho: amp_math.h

Namespace: Concurrency::fast_math

Consulte também

Referência

Namespace Concurrency::fast_math