Type Preserving Aggregator Group.Specialize<T> Method
Returns an aggregator specialized to operate on values of the specified type.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The specialized aggregator.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Aggregator<T, T> Specialize<T>()
Type Parameters
- T
- The type to specialize for.
Return Value
Aggregator<T, T>The specialized aggregator.