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

227 B

MathSum

Returns the sum of array elements.

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

Parameters

array[]

[in] Array of values.

Return Value

The sum of the elements.