Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/1347-standardlibrary-mathematics-stat-mathsubfunctions-statmathmean.md
T
2026-06-23 21:47:51 +08:00

231 B

MathMean

Calculates the mean values of array elements.

double  MathMean(
   const double&  array[]   // array of values
   )

Parameters

array[]

[in] Array of values.

Return Value

The mean value.