Represents an abstract mutlidimensional array.
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
public interface IPivotData : IEnumerable<KeyValuePair<Object[], IAggregator>>, IEnumerable
The IPivotData type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AggregatorFactory |
Aggregator factory used for creating measure values.
| |
| Count |
Gets the number of values (data points) in the IPivotData.
| |
| Dimensions |
List of dimensions.
| |
| Item |
Returns aggregated value by specified keys.
|
Methods
| Name | Description | |
|---|---|---|
| GetEnumerator |
Returns an enumerator that can be used to iterate through IPivotData values (data points).
|
See Also