Aggregator<T, U> Implicit  Conversion (Func<Vector<T>, U> to Aggregator<T, U>)

Implicitly converts an aggregation function to an Aggregator<T, U> object.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static implicit operator Aggregator<T, U> (
	Func<Vector<T>, U> f
)

Parameters

f  Func<Vector<T>, U>

Return Value

Aggregator<T, U>

See Also