The round method rounds a number the nearest integer.
System.Int32 round(System.Double x);
x
number to round
Returns the the nearest integer.
Member of Math.