Operatoren

The following operators can be used within the mapping selections.

Operation return value
Addition (a + b)Zahlenwert
Subtraktion (a - b)Zahlenwert
Multiplikation (a * b)Zahlenwert
Division (a div b)Zahlenwert
Modulo Division (a mod b)Zahlenwert
equality (a = b)true / false
disparity (a != b)true / false
greater(a > b oder a >= b)true / false
Less than(a < b oder a ⇐ b)true / false
Or(a > b or b >= c)true / false
And (a > b and b >= c)true / false
Not (not(a > b))true / false