-
Notifications
You must be signed in to change notification settings - Fork 1
IsNegative
Jip Claassens edited this page Jul 6, 2026
·
6 revisions
Predicates functions IsNegative
- IsNegative(a)
IsNegative(a) results in a boolean data item with values True for negative and False for positive and zero values of data item a.
- data item with Numeric value type
attribute<bool> IsNegativeA (ADomain) := IsNegative(A);
| A(float32) | IsNegativeA |
|---|---|
| 0 | False |
| null | False |
| 1000000 | False |
| -2.5 | True |
| 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.