Aggregator Group.Try Specialize Method
Returns an aggregator for the specified element type
for input operands.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An aggregator object that aggregates elements of type type.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public abstract bool TrySpecialize(
Type type,
out IAggregator aggregator
)
Parameters
- type Type
- The desired element type.
- aggregator IAggregator
- On return, the aggregator specialized to the element type type.
Return Value
BooleanAn aggregator object that aggregates elements of type type.