Round: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
ROUND(<[[numeric expression]]>,<decimals>) | |||
The '''Round''' [[internal function]] calculates the value of | 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