This is the interface that a CustomAggregationMethod implement to perform
the actual calculation. The accumulator is created in a factory method
on the CustomAggregationMethod class. Before the calculation starts the
Initialize method is called and when the calculation is complete then the
Terminate method is called terminate the calculation
allowing the Result property to be used to retrieve the result.
Namespace: Spotfire.Dxp.Data.ComputationsAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Remarks
Version Information
See Also