MathMean

计算数组元素的平均值。

double  MathMean(
   const double&  array[]   // 数值数组
   )

参数

array[]

[in]  数值数组。 

返回值

平均值。