Attempts to create an aggregator specialized to operate on values of the specified type.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected virtual bool TrySpecialize(
Type type,
out IAggregator<T> aggregator
)
Protected Overridable Function TrySpecialize (
type As Type,
<OutAttribute> ByRef aggregator As IAggregator(Of T)
) As Boolean
protected:
virtual bool TrySpecialize(
Type^ type,
[OutAttribute] IAggregator<T>^% aggregator
)
abstract TrySpecialize :
type : Type *
aggregator : IAggregator<'T> byref -> bool
override TrySpecialize :
type : Type *
aggregator : IAggregator<'T> byref -> bool
Parameters
- type
- Type: SystemType
The type to specialize for. - aggregator
- Type: Extreme.DataAnalysisIAggregatorT
On return, the specialized aggregator.
Return Value
Type:
Boolean if a specialized aggregator was created;
otherwise
.
Numerical Libraries
Supported in: 6.0
Reference