Binary Aggregator Group<TResult>.Specialize Method
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Specialize( | Returns an aggregator specialized to operate on values of the specified type. |
Specialize<T>() | Returns an aggregator specialized to operate on values of the specified type. |
Specialize<T>
Returns an aggregator specialized to operate on values of the specified type.
public BinaryAggregator<T, T, TResult> Specialize<T>()
Type Parameters
- T
- The type to specialize for.
Return Value
BinaryAggregator<T, T, TResult>The specialized aggregator.
Specialize(Type)
Returns an aggregator specialized to operate on values of the specified type.
public IBinaryAggregator<TResult> Specialize(
Type type
)
Parameters
- type Type
- The type to specialize for.
Return Value
IBinaryAggregator<TResult>A specialized aggregator.