Round: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (moved ROUND to Round over redirect)
mNo edit summary
 
(One intermediate revision by the same user not shown)
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====

Latest revision as of 17:42, 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