Array Operations

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 mean of the array elements

Median in Array

Median 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).

Last updated