The Aggregators type exposes the following members.
| Name | Description |
---|
  | CreateU, T(String, FuncVectorU, T) |
Constructs a new aggregator group from a function.
|
  | CreateU, T(String, FuncVectorU, VectorU, T) |
Constructs a new aggregator group from a function.
|
  | CreateU, T, TAccumulator(Boolean) |
Constructs a new aggregator that uses the specified accumulator.
|
  | Create2U, T, TAccumulator |
Constructs a new aggregator that uses the specified accumulator.
|
  | Quantile(Double) |
Gets an aggregator that computes the specified quantile.
|
  | Quantile(Double, Int32) |
Gets an aggregator that computes the specified quantile.
|
  | Skip |
Gets an aggregator that returns the first non-missing value
after skipping the specified number of values.
|
Top
Reference