I want to round up double to int.
Eg,
double a=0.4, b=0.5;
I want to change them both to integer.
so that
Math.Round
Rounds a double-precision floating-point value to the nearest integral value.