round, fonction
Arrondit _X à l'entier le plus proche
inline float round(
float _X
) restrict(amp);
inline double round(
double _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::precise_math