ISortedAccumulator Accumulate Method TIBCO Spotfire 6.0 API Reference
This method will be called once and provides a sorted list of all values for this iteration.

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(
	IList sortedValues
)

Parameters

sortedValues
Type: System.Collections IList
A sorted list of the values for this iteration. The type of the values in the list is the representation type of the DataType for the corresponding IDataColumn argument.
Remarks

For efficiency sortedValues should be casted to the correct generic list type.
See Also