Lists
Median
4min
overview the median action calculates and returns the median value from a list of numbers provided as input 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