Reference > VectorMath Class > Total Method

Total Method

Sum the content of any vector.

Example

series3 = VectorMath.MovingTotal(series1,12);series3 = VectorMath.MovingTotal(series1,12,-1);series2 = VectorMath.RunningTotal(series1);total = VectorMath.Total(series1);

Overloads


Send comments on this topic
© Dyalog Ltd 2013