Function Round

Round(v)
The function returns a decimal value rounded to the nearest integral value. Example:
iNumber1 = Round(10.12) ' it is 10
iNumber2 = Round(-10.12) ' it is -10

See also: