BinaryAggregator<T1, T2, TResult> Constructor

Constructs a new aggregator.

DefinitionPermalink

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

ParametersPermalink

attributes  AggregatorAttributes
The attributes of the aggregator.
emptyValue  TResult
 

See AlsoPermalink