All translations

Jump to: navigation, search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)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
 h português do Brasil (pt-br)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