User Tools

Site Tools


syntax:functions:roundxl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
syntax:functions:roundxl [2021/07/31 21:40] craigtsyntax:functions:roundxl [2021/09/07 11:20] – [See also] craigt
Line 25: Line 25:
 =====Examples===== =====Examples=====
  
-  roundxl(5.55, 1) 5.6 +  roundxl(5.55, 1) //Returns 5.6 
-  roundxl(5.65, 1) 5.7 + 
-  roundxl(10.434, 2) 10.43 +  roundxl(5.65, 1) //Returns 5.7 
-  roundxl(20.5456, 3) 20.546+ 
 +  roundxl(10.434, 2) //Returns 10.43 
 + 
 +  roundxl(20.5456, 3) //Returns 20.546
  
  
Line 35: Line 38:
   * [[syntax:functions:ceiling|Ceiling(number)]]   * [[syntax:functions:ceiling|Ceiling(number)]]
   * [[syntax:functions:floor|Floor(number)]]   * [[syntax:functions:floor|Floor(number)]]
 +  * [[syntax:functions:roundxl|MRound(number, grain)]]
   * [[syntax:functions:round|Round(number, dec_places)]]   * [[syntax:functions:round|Round(number, dec_places)]]
   * [[syntax:functions:truncate|Truncate(number)]]   * [[syntax:functions:truncate|Truncate(number)]]
syntax/functions/roundxl.txt · Last modified: 2023/02/28 20:14 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki