-
Notifications
You must be signed in to change notification settings - Fork 1
Predicates functions
Jip Claassens edited this page Jul 6, 2026
·
3 revisions
Predicate functions are used to check certain conditions, like IsDefined or IsNull.
- MakeDefined - defines a value (often zero) for null values
- IsDefined - True for non null and False for null values
- IsNull - True for null and False for non null values
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.