From Bright Pattern Documentation
Jump to: navigation, search
 
Line 6: Line 6:
 
* The four arithmetic operations and parentheses, including nested ones, are supported (e.g., ''(2+3)*((7-1)/2+1)'').
 
* The four arithmetic operations and parentheses, including nested ones, are supported (e.g., ''(2+3)*((7-1)/2+1)'').
  
* Division by zero produces error in the log; the operation result is undefined.
+
* Division by zero produces an error in the log; the operation result is undefined.
  
 
* Strings cannot be mixed in one expression with numbers (e.g., ''=2 + “string”'' is invalid).
 
* Strings cannot be mixed in one expression with numbers (e.g., ''=2 + “string”'' is invalid).
Line 12: Line 12:
  
  
<center>[[scenario-builder-reference-guide/StringExpressions|< Previous]]  |  [[scenario-builder-reference-guide/FloatingPointExpressions|Next >]]</center>
+
 
 
</translate>
 
</translate>

Revision as of 20:00, 15 March 2019

• 5.19 • 5.3 • 5.8

<translate>= Integer Expressions= Some helpful information on using integer expressions in the Scenario Builder application is given as follows.

  • Numbers can have the unary minus operator (e.g., -2).
  • The four arithmetic operations and parentheses, including nested ones, are supported (e.g., (2+3)*((7-1)/2+1)).
  • Division by zero produces an error in the log; the operation result is undefined.
  • Strings cannot be mixed in one expression with numbers (e.g., =2 + “string” is invalid).



</translate>/prevnext/