Please enable JavaScript to view this site.

ModelMuse Help

Round(Value) converts Value to the nearest integer. In the case of a number that is exactly halfway between two integers, it converts it to whichever one is even. If the number being rounded is outside the range -(231-1) and +(231-1), the function will return whichever of those numbers is closest.

See also Trunc.