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