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 IAggregator<T> Specialize(
Type type
)
Public Function Specialize (
type As Type
) As IAggregator(Of T)
public:
IAggregator<T>^ Specialize(
Type^ type
)
member Specialize :
type : Type -> IAggregator<'T>
Parameters
- type
- Type: SystemType
The type to specialize for.
Return Value
Type:
IAggregatorTA specialized aggregator.
Reference