Vector.RunningTotal Method (Int32[])

Running total of an integer vector.

public static int[] RunningTotal(
    int[] vector
);

See also ...

Vector Members | RunningTotal Method