-
Notifications
You must be signed in to change notification settings - Fork 1
argmax_alldefined
mtbeek32 edited this page Jan 31, 2024
·
12 revisions
Ordering functions argmax alldefined
- argmax_alldefined(a, b, .. , n)
argmax_alldefined(a, b, .. , n) is a variant of the argmax function resulting in defined values if all values of the arguments for an entry in the domain unit are defined. If any argument contains null values, the resulting value for that entry will be null.
8.6.5
attribute<uint32> argmax_alldefinedABC (DomDomain) := argmax_alldefined(A, B, C);
A(int32), sequencenr: 0 |
B(int32), sequencenr: 1 |
C(int32), sequencenr: 2 |
argmax_alldefinedABC |
---|---|---|---|
0 | 1 | 2 | 2 |
1 | -1 | 4 | 2 |
-2 | 2 | 2 | 1 |
4 | 0 | 7 | 2 |
999 | 111 | -5 | 0 |
2 | null | 1 | null |
0 | 1 | null | null |
null | 1 | 2 | null |
null | null | null | null |
1 | 1 | 1 | 0 |
DomDomain, nr of rows = 10
- argmax_alldefined_uint16, a version of the argmax_alldefined function resulting in a uint16 data item
- argmax_alldefined_uint8, a version of the argmax_alldefined function resulting in a uint8 data item
- argmax_ifdefined
- argmax
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.