TCumulative

TCumulative
Hierarchy     Properties     Methods     Events     

Unit
TeeCumu

Description
The TCumulative Function constructs a line based on the cumulative values of the input.

The TCumulative function sums the Series values starting from the first point.

Example
:

Given these values : 1 2 3

The TCumulative function returns : 1 3 6

( 1=1, 1+2=3 and 1+2+3=6 )