round-Funktion
Rundet _X auf die nächste ganze Zahl
inline float round(
float _X
) restrict(amp);
inline double round(
double _X
) restrict(amp);
Parameter
- _X
Gleitkommawert
Rückgabewert
Gibt die nächste ganze Zahl von _X zurück
Anforderungen
Header: amp_math.h
Namespace: Concurrency::precise_math