Returns an aggregator specialized to operate on values of the specified type.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Aggregator<T, T> Specialize<T>()
Public Function Specialize(Of T) As Aggregator(Of T, T)
public:
generic<typename T>
Aggregator<T, T>^ Specialize()
member Specialize : unit -> Aggregator<'T, 'T>
Type Parameters
- T
- The type to specialize for.
Return Value
Type:
AggregatorT,
TThe specialized aggregator.
Reference