Round: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (moved ROUND to Round over redirect)
No edit summary
Line 1: Line 1:
  Round(X,Y)
  Round(<[[numeric expression]]>,<decimals>)


The '''Round''' [[internal function]] calculates the value of X rounded to Y decimal places.
The '''Round''' [[internal function]] calculates the value of the first value rounded to the specified number of decimal places.


====Comments and Examples====
====Comments and Examples====

Revision as of 00:54, 22 May 2014

Round(<numeric expression>,<decimals>)

The Round internal function calculates the value of the first value rounded to the specified number of decimal places.

Comments and Examples

  • ROUND(5.456,2) is 5.46
  • ROUND(5.454,2) is 5.45

Related Functions