IIterativeAccumulator Accumulate Method TIBCO Spotfire 6.0 API Reference
Adds the next row, as an array of DataValues, to the accumulator. This method is called once for each row in the dataset.

Namespace: Spotfire.Dxp.Data.Computations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

void Accumulate(
	DataValue[] values
)

Parameters

values
Type:  Spotfire.Dxp.Data DataValue 
The data values for the current row..
See Also