Destructive Aggregator<T, TResult, TIntermediate, TConverter>.Transformation Property
Gets the delegate that transforms the intermediate result of the aggregation
into the final value.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected Func<TIntermediate, TResult> Transformation { get; }