Array Operations

Click to copy

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


BlockResultMin in ArraySmallest value in the arrayMax in ArrayLargest value in the arrayMean in ArrayArithmetic mean of the array elementsMedian 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).
Array Operations | AppMaster Docs