Compartir a través de


fabs (Función) (fast_math)

Devuelve el valor absoluto del argumento

inline float fabs(
   float _X
) restrict(amp);

Parámetros

  • _X
    Valor entero

Valor devuelto

Devuelve el valor absoluto del argumento

Requisitos

Encabezado: amp_math.h

Espacio de nombres: Concurrency::fast_math

Vea también

Referencia

Concurrency::fast_math (Espacio de nombres)