__device__ float roundf ( float  x  ) 

Round x to the nearest integer value in floating-point format, with halfway cases rounded away from zero.

Returns:
Returns rounded integer value.
Note:
This function may be slower than alternate rounding methods. See rintf().


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA