CALC.median(array)

Returns the median of the elements in the array. Median is the value in the middle.

Example

CALC.median([1,2,3,4,5,6,7]);

// returns 4

<< CALC.maxa(array) © 1996-2013 InetSoft Technology Corporation (v11.4) CALC.min(array) >>