Implements a formula aggregator calculated from other aggregators.
Inheritance Hierarchy
NReco.PivotData.CompositeAggregator
NReco.PivotData.FormulaAggregator
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
The FormulaAggregator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FormulaAggregator(Func<IAggregator[], Object>,IAggregator[]) | Initializes a new instance of the FormulaAggregator class |
![]() | FormulaAggregator(Func<IAggregator[], Object>,IAggregatorFactory[], Object) | Initializes a new instance of the FormulaAggregator class |
Properties
Name | Description | |
---|---|---|
![]() | Aggregators | (Inherited from CompositeAggregator.) |
![]() | Count | (Inherited from CompositeAggregator.) |
![]() | Value | (Overrides CompositeAggregator.Value.) |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetState | (Inherited from CompositeAggregator.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Merge | (Inherited from CompositeAggregator.) |
![]() | Push | (Inherited from CompositeAggregator.) |
![]() | ToString | (Inherited from Object.) |
See Also