Implements a formula aggregator calculated from other aggregators.
Inheritance Hierarchy
NReco.PivotDataCompositeAggregator
NReco.PivotDataFormulaAggregator
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(FuncIAggregator, Object, IAggregator) | Initializes a new instance of the FormulaAggregator class | |
| FormulaAggregator(FuncIAggregator, Object, IAggregatorFactory, Object) | Initializes a new instance of the FormulaAggregator class |
Properties
| Name | Description | |
|---|---|---|
| Aggregators | (Inherited from CompositeAggregator.) | |
| Count | (Inherited from CompositeAggregator.) | |
| Value | (Overrides CompositeAggregatorValue.) |
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