__device__ double round ( double  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 rint().


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA