Accumulating Aggregator<T, TResult, TAccumulator>.Transformation Property
Gets the delegate that performs the transformation
of the result of the accumulation to produce the final result.
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
public Func<TAccumulator, TResult> Transformation { get; }