Difference between revisions of "Translations:Expressions/224/pt-br"

From TaticView
Jump to: navigation, search
 
Line 1: Line 1:
 
Sintaxe:  
 
Sintaxe:  
   ROUND(<valor>)
+
   ROUND(<valor>;<precisão>)
 
Exemplo:  
 
Exemplo:  
 
   '''ROUND("Lucro")''' - Se lucro for 10.38 retorna 10.00
 
   '''ROUND("Lucro")''' - Se lucro for 10.38 retorna 10.00
 
   '''ROUND(15.65)''' - Retorna 16.00
 
   '''ROUND(15.65)''' - Retorna 16.00
 
   '''ROUND(1.777;1)''' - Retorna 1.8
 
   '''ROUND(1.777;1)''' - Retorna 1.8

Latest revision as of 12:41, 20 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
TranslationSintaxe: 
  ROUND(<valor>;<precisão>)
Exemplo: 
  '''ROUND("Lucro")''' - Se lucro for 10.38 retorna 10.00
  '''ROUND(15.65)''' - Retorna 16.00
  '''ROUND(1.777;1)''' - Retorna 1.8

Sintaxe:

 ROUND(<valor>;<precisão>)

Exemplo:

 ROUND("Lucro") - Se lucro for 10.38 retorna 10.00
 ROUND(15.65) - Retorna 16.00
 ROUND(1.777;1) - Retorna 1.8