Type Preserving Binary Aggregator Group.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.2
C#
The specialized aggregator.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public BinaryAggregator<TResult, TResult, TResult> Specialize<TResult>()
Type Parameters
- TResult
- The type to specialize for.
Return Value
BinaryAggregator<TResult, TResult, TResult>The specialized aggregator.