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