AccumulatingAggregator<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.0
C#
public Func<TAccumulator, TResult> Transformation { get; }

Property Value

Func<TAccumulator, TResult>

See Also