| Contents > Vector Maths > Methods | Index |
Vector.RunningTotal Method
Sum the content of any vector to give a running total.
Example
series2 = VectorMath.RunningTotal(series1);
Overloads
- public static int[] RunningTotal(int[] vector);
- public static double[] RunningTotal(double[] vector);
