AggregatorGroup.TrySpecialize 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#
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

Boolean
An aggregator object that aggregates elements of type type.

See Also