ChartDirector 5.1 (.NET Edition)

ArrayMath.acc


Usage

[VB] Public Function acc() As ArrayMath
[C#] public ArrayMath acc();

Description

Replaces each element of the ArrayMath object by the accumulated total of its previous element (including itself).

Arguments

None

Return Value

The current ArrayMath object.