TypePreservingAggregatorGroup.Specialize<TResult> Method

Returns an aggregator specialized to operate on values of the specified type.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Aggregator<TResult, TResult> Specialize<TResult>()

Type Parameters

TResult
The type to specialize for.

Return Value

Aggregator<TResult, TResult>
The specialized aggregator.

See Also