Initializes a new instance of the FormulaAggregator class
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
public FormulaAggregator( Func<IAggregator[], Object> formulaValue, IAggregatorFactory[] factories, Object state )
Parameters
- formulaValue
- Type: System.Func<IAggregator[], Object>
- factories
- Type:NReco.PivotData.IAggregatorFactory[]
- state
- Type: System.Object
See Also