-
Notifications
You must be signed in to change notification settings - Fork 1
Logical functions
mtbeek32 edited this page Jan 26, 2023
·
2 revisions
Logical functions are used to provide basic comparisons, returning in boolean data items like iif or and
- iif ( ? : ) - if .. then .. else
- and (&&)
- or (||)
- not (!)
- switchcase- combine multiple if .. then .. else statements
- bitand - bitwise and operator
- bitor- bitwise or operator
- complement - bitwise not operator
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.