2 arithmetical operators, 1 addition, Addition – Metrohm viva 1.0 (process analysis) User Manual
Page 47: Addition (+), Subtraction, Multiplication, Division (/), Potentiation (^)
■■■■■■■■■■■■■■■■■■■■■■
2 General program functions
viva 1.0 (for Process analysis)
■■■■■■■■
35
Operators
Functions
Comparison:
■
■
Greater than (>)
■
■
■
■
Type conversion:
■
■
■
■
■
■
Text:
■
■
■
Miscellaneous:
■
■
Priority rules of the operators
The operators are evaluated in the order in which they are listed in the
table below. In order to attain the required order, it may be necessary to
place operands in parentheses.
Operators
Arithmetic
^
*, /
+, -
Comparison
<, <=, >, >=
Logic
AND, OR
2.3.4.2
Arithmetical operators
2.3.4.2.1
Addition
Dialog window: Formula editor
▶ Operators/Functions
Syntax
Operand1 + Operand2
The operands can be entered either directly or as a variable and can be of
the Text, Number or Date/Time type.
Examples
Operand1
Operand2
Result
Example
Remark
both operands of the same type:
Number
Number
Number
1.2 + 3 = 4.2
–