-
Notifications
You must be signed in to change notification settings - Fork 1
Predicates functions
mtbeek32 edited this page Jan 26, 2023
·
2 revisions
Predicate functions are used to check certain conditions, like IsDefined of 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.