BinaryAggregator<T1, T2, TResult> Constructor

Constructs a new aggregator.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected BinaryAggregator(
	AggregatorAttributes attributes,
	TResult emptyValue
)

Parameters

attributes  AggregatorAttributes
The attributes of the aggregator.
emptyValue  TResult
 

See Also