-
Notifications
You must be signed in to change notification settings - Fork 1
IsZero
mtbeek32 edited this page Jan 31, 2024
·
5 revisions
Predicates functions IsZero
- IsZero(a)
IsZero(a) results in a boolean data item with values True for zero and False for all other values of data item a.
- data item with Numeric value type
attribute<bool> IsZero (ADomain) := IsZero(A);
A(float32) | IsZeroA |
---|---|
0 | True |
null | False |
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.