Reference

Components
Min Float Array
Description
This component works out where the minimum value appears in the input array. It also returns the index of the element in the array that
corresponds to that minimum value.
Connectors
Inputs Type Outputs
The source array
Float Array The index of the entry
that contains the
minimum value
Int
The minimum value
found
Float
234 of 494