Lists

Median

4min

Overview

The Median action calculates and returns the median value from a list of numbers provided as input.

Document image


Parameters

Inputs

  • input a list of numbers (list<object>). The list must consist of primitive data types such as integers, doubles, etc.

Outputs

  • result (object): The median value of the input list.

Important Notes

  • Ensure that the input list contains primitive data types (integer, double, etc.) for accurate calculation of the median.



Updated 14 Apr 2024
Doc contributor
Doc contributor
Did this page help you?