TypePreservingAggregatorGroup.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#
public Aggregator<T, T> Specialize<T>()

Type Parameters

T
The type to specialize for.

Return Value

Aggregator<T, T>
The specialized aggregator.

See Also