Aggregators.Create Group<T, TResult> Method
Constructs a new aggregator group from a function.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An aggregator group.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static AggregatorGroup<TResult> CreateGroup<T, TResult>(
Func<Vector<T>, TResult> function
)
Parameters
Type Parameters
- T
- The type of the result.
- TResult
- The element type of the inputs.
Return Value
AggregatorGroup<TResult>An aggregator group.