Difference between revisions of "Translations:Expressions/224/en"

From TaticView
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
Line 1: Line 1:
 
Syntax:  
 
Syntax:  
   ROUND(<value>)
+
   ROUND(<value>)  
 
Example:  
 
Example:  
 
   '''ROUND("Profit")''' - If Profit 10.38 returns 10.00
 
   '''ROUND("Profit")''' - If Profit 10.38 returns 10.00
 
   '''ROUND(15.65)''' - Returns 16.00
 
   '''ROUND(15.65)''' - Returns 16.00

Revision as of 13:41, 18 December 2020

Information about message (contribute)

This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.

Message definition (Expressions)
Syntax: 
  ROUND(<value>;<precision>) 
Example: 
  '''ROUND("Profit")''' - If Profit 10.38 returns 10.00
  '''ROUND(15.65)''' - Returns 16.00
  '''ROUND(1.777;1)''' - Returns 1.8
TranslationSyntax: 
  ROUND(<value>) 
Example: 
  '''ROUND("Profit")''' - If Profit 10.38 returns 10.00
  '''ROUND(15.65)''' - Returns 16.00

Syntax:

 ROUND(<value>) 

Example:

 ROUND("Profit") - If Profit 10.38 returns 10.00
 ROUND(15.65) - Returns 16.00