beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

FilterArray Op

Ops.Array.FilterArray


FilterArray
Namespace: Ops.Array

Op author: pandur

compare elements from an array and remove not matching ones


filter an array of arbitrary stride by one set of elements and output the filtered array



Inputs

Array (Array)
Stride index (integer /Number)

the type of the array (Array3, Array2, ...)

Compare Element index (integer /Number)

which element to compare (see stride)

Filter Method index (integer /Number)
Compare to (Number)

Outputs

Result (Array)
Caught a mistake or want to contribute to the documentation?

Edit Documentation 

FilterArray Example

Open Example In Editor

Patches using FilterArray

Changelog


created op
2022-01-22 - pandur
Ops.User.pandur.FilterArray renamed to Ops.Array.FilterArray
2022-01-22 - pandur