TypePreservingBinaryAggregatorGroup.Specialize<TResult> Method
Returns an aggregator specialized to operate on values of the specified type.
DefinitionPermalink
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
The specialized aggregator.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public BinaryAggregator<TResult, TResult, TResult> Specialize<TResult>()
Type ParametersPermalink
- TResult
- The type to specialize for.
Return ValuePermalink
BinaryAggregator<TResult, TResult, TResult>The specialized aggregator.