Array Operations

Click to copy

Returns the min/max/mean/median value of a given array.


BlockResult
Min in ArraySmallest value in the array
Max in ArrayLargest value in the array
Mean in ArrayArithmetic mean of the array elements
Median in ArrayMedian of the array elements

Flow Connections

  • [Input] In - starts the block's execution.
  • [Output] Out - activates when the block has finished its execution.

Data Connections

  • [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).