Aggregator Group.Try Specialize Method
Returns an aggregator for the specified element type
for input operands.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An aggregator object that aggregates elements of type type.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.