-
Notifications
You must be signed in to change notification settings - Fork 1
IsNull
Jip Claassens edited this page Oct 9, 2025
·
10 revisions
Predicates functions IsNull
- IsNull(a)
IsNull(a) results in a boolean data item with values True for null and False for non null values of data item a.
- data item with Numeric, Point or string value type
attribute<bool> IsNullA (ADomain) := IsNull(A);
| A(float32) | IsNullA |
|---|---|
| 0 | False |
| null | True |
| 1000000 | False |
| -2.5 | False |
| 99.9 | False |
ADomain, nr of rows = 5
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.