MathMedian

计算数组元素的中值。

double  MathMedian(

   double&  array[]   // 数值数组

   )

参数

array[]

[in]  数值数组。 

返回值

中值。