Aurora Visio Studio TOP » Filter Reference » Array » Array Set Operators
Array Set Operators
Select a filter from the list below.
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
![]() |
ArrayDifference | ![]() |
Returns an array of elements contained in the first input array, but not contained in the second one (without duplicates). |
FoundationLite |
![]() |
ArrayIntersection | ![]() |
Returns an array of elements contained in all of the input arrays (without duplicates). |
FoundationLite |
![]() |
ArraySymmetricDifference | ![]() |
Returns an array of elements contained in odd number of the input arrays (without duplicates). |
FoundationLite |
![]() |
ArrayUnion | ![]() |
Returns an array of elements contained in at least one of the input arrays (without duplicates). |
FoundationLite |