Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Rounds the argument to an integer value in floating-point format, using the current rounding direction.
inline float nearbyint(
float _X
) restrict(amp);
inline double nearbyint(
double _X
) restrict(amp);
Parameters
- _X
Floating-point value
Return Value
Returns the rounded integer value.
Requirements
Header: amp_math.h
Namespace: Concurrency::precise_math