eBiss 3

Hilfe & Dokumentation

User Tools

Site Tools


en:transformation:mappings:funktionen:allgemein:operatoren

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
en/transformation/mappings/funktionen/allgemein/operatoren.txt · Last modified: 2024/02/20 08:15 by 127.0.0.1