Round the number to the nearest value.
Parameters:
Returns:
int - If input is floatType
or
long - If input is double
Usages:
round( v : double ) : long round( v : float ) : int
round( v : double ) : long
round( v : float ) : int