DestructiveAggregator<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.0
C#
protected Func<TIntermediate, TResult> Transformation { get; }

Property Value

Func<TIntermediate, TResult>

See Also