round
round(uint16 value, uint16 resolution)
#define round(x) (int)(x +.5)
#define round(x) (int)(x+.5)
#define round(x) (int)(x+.5)
float round(float n, int32 max)
double round(double x)
double round(double x)
void round() {}
void round() {}