Array Operations
Returns the min/max/mean/median value of a given array.
Last updated
Returns the min/max/mean/median value of a given array.
Last updated
Block
Result
Min in Array
Smallest value in the array
Max in Array
Largest value in the array
Mean in Array
of the array elements
Median in Array
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).