Thermo Scientific Evolution 200 Series User Manual page 73

Uv-vis instruments
Table of Contents

Advertisement

Thermo Scientific
Arithmetic Operations
Operator
Description
+
Addition
-
Subtraction
*
Multiplication
/
Division
-
Negation
mod
Modulo division
(returns remainder)
&
Text addition
Comparison Operations
Operator
Description
>=
Greater than or equal (3 + 2) >= 4
<=
Less than or equal
=, ==
Equals
!=, <>
Does not equal
<
Less than
>
Greater than
true
The value "true"
false
The value "false"
Logical Operations
Operator
Description
AND
If both sides of the AND are true, result is true 5 > 4 AND 2 = 3 false
OR
If either side of the OR is true, result is true
The following equation functions produce a value based on one or more arguments you
supply.
Example
Returned by Example Operation
2 + 6 + 4
12
25 - 4
21
25 * 4
100
25 / 4
6.25
-4 + 25
21
16 mod 5
1
"abc" & "def " "abcdef "
Example
Result
true
(3 + 2) <= 5
true
(2 + 2) = 4
true
(2 + 2) != 5
true
5 < 4
false
5 > 4
true
(5 > 4) = true
true
(5 > 4) = false
false
2
INSIGHT Software
Operation
Example
Result
5 > 4 OR 2 = 3
true
Evolution 200 Series User Guide
59

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Evolution 201Evolution 220Evolution 260 bio

Table of Contents