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

ArrayIndexMinMax Op



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.


Patches using ArrayIndexMinMax

  • Examples
  • Public
  • My Patches

Changelog


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