ROUND(x)

Description: Returns x rounded to the nearest integer.

Examples:

  • ROUND(7.4) returns 7.

  • ROUND(7.5) returns 8.

  • ROUND(-7.4) returns -7.

  • ROUND(-7.5) returns -8.

See also: CEILING (), FORMAT(), FLOOR()

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.235.176