Gets aggregator for specified axes indexes
Namespace:
NReco.PivotData
Assembly:
NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
public IAggregator this[
params Nullable<int>[] coords
] { get; }
Public ReadOnly Default Property Item (
ParamArray coords As Nullable(Of Integer)()
) As IAggregator
Get
public:
property IAggregator^ default[... array<Nullable<int>>^ coords] {
IAggregator^ get (... array<Nullable<int>>^ coords);
}
member Item : IAggregator with get
Parameters
- coords
- Type: SystemNullableInt32
data point indexes
Return Value
Type:
IAggregatoraggregator for requested data point
Reference