We learned how to ROUND numbers in Math during school. In Classic ASP, we do the same thing in code rather than on paper. When we had a value less than .5, say, .4, the value left would stay the same. If it were .5 or higher, the value would increase by a number.
In the below code sample, the value of 125325.8 will be rounded to 125326