Partager via


round, fonction (fast_math)

Arrondit _X à l'entier le plus proche

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

Paramètres

  • _X
    Valeur de virgule flottante

Valeur de retour

Retourne l'entier le plus proche de _X

Configuration requise

En-tête: amp_math.h

Espace de noms: Concurrency::fast_math

Voir aussi

Référence

Concurrency::fast_math, espace de noms