Round: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
No edit summary  | 
				mNo edit summary  | 
				||
| Line 1: | Line 1: | ||
  ROUND(<[[numeric expression]]>,<decimals>)  | |||
The '''Round''' [[internal function]] calculates the value of the first value rounded to the specified number of decimal places.  | The '''Round''' [[internal function]] calculates the value of the first value rounded to the specified number of decimal places.  | ||
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