Returns the min/max/mean/median value of a given array.
Block
Result
Min in Array
Smallest value in the array
Max in Array
Largest value in the array
Mean in Array
Arithmetic meanarrow-up-right of the array elements
Median in Array
Medianarrow-up-right of the array elements
[Input] In - starts the block's execution.
[Output] Out - activates when the block has finished its execution.
[Input] Array (integer/float array) - array to evaluate.
[Output] Result (depends on the input data type) - result of the operation.
[Output, only in Max/Min] Index (integer) - position of the found element in the array (starting at 0).
Last updated 4 years ago
Was this helpful?