IAggregatorFactoryCreate Method (Object)

NReco.PivotData Class Library Documentation
Creates a new instance of measure aggregator and initialize it with specified measure state object.

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

IAggregator Create(
	Object state
)

Parameters

state
Type: SystemObject
state object

Return Value

Type: IAggregator
aggregator instance initialized with specified measure value
See Also

Reference