ISortedAccumulatorAccumulate Method TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
void Accumulate(
	IList sortedValues
)

Parameters

sortedValues
Type: System.CollectionsIList
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.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference