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

ArrayIndexMinMax Op

Ops.Array.ArrayIndexMinMax


ArrayIndexMinMax
Namespace: Ops.Array

Op author: pandur

find lowest/highest numbers in an array




Inputs

Array (Array)

Outputs

Max (Number)
Index Max (Number)
Min (Number)
Index Min (Number)
Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Example ArrayIndexMinMax

Outputs the index and values of the biggest number in an Array.

Open Example In Editor

Patches using ArrayIndexMinMax

Changelog


created op
2021-02-17 - pandur
Ops.User.pandur.ArrayIndexMinMax renamed to Ops.Array.ArrayIndexMinMax
2021-06-16 - pandur