Round

  • Scroll to top of this topic Scroll to Top of Page

  • Print the current topic Print Topic

  • No expanding elements on this page Show/Hide Expanders

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.