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

From TaticView
Jump to: navigation, search
(Created page with "Sintaxe: ROUND(<valor>) Exemplo: '''ROUND("Lucro")''' - Se lucro for 10.38 retorna 10.00 '''ROUND(15.65)''' - Retorna 16.00")
 
Line 4: Line 4:
 
   '''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

Revision as of 12:39, 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>)
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>)

Exemplo:

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