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