-
Notifications
You must be signed in to change notification settings - Fork 1
Ne_or_one_null
mtbeek32 edited this page Jan 26, 2024
·
6 revisions
Ordering functions not equals or one side has null values
- ne_or_one_null(a, b)
ne_or_one_null(a, b) results in a boolean data item indicating if the values of data item a are not equal to the corresponding values of data item b or if the corresponding values of data items a or b are null.
The comparison between two missing values (null = null) results in the value False.
Data items with Numeric, Point, or string value type
- Domain of the arguments must match or be void (literals or parameters can be compared to data items of any domain).
- Arguments must have matching:
1. attribute<bool> neAB (CDomain) := ne_or_one_null(A, B);
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.