nearbyint Function

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

See Also

Reference

Concurrency::precise_math Namespace