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.17114.0)
public bool TrySpecialize<U>(
out IAggregator<T> aggregator
)
Public Function TrySpecialize(Of U) (
<OutAttribute> ByRef aggregator As IAggregator(Of T)
) As Boolean
public:
generic<typename U>
bool TrySpecialize(
[OutAttribute] IAggregator<T>^% aggregator
)
member TrySpecialize :
aggregator : IAggregator<'T> byref -> bool
Parameters
- aggregator
- Type: Extreme.DataAnalysisIAggregatorT
On return, the aggregator specialized for
elements of type U,
or if no specialized aggregator exists.
Type Parameters
- U
- The type to specialize for.
Return Value
Type:
Boolean if a specialized aggregator could be created;
otherwise
.
Numerical Libraries
Supported in: 6.0
Reference