DestructiveAggregator<T, TResult> Constructor

Constructs a new destructive aggregator.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public DestructiveAggregator(
	AggregatorAttributes attributes,
	TResult emptyValue = null
)

Parameters

attributes  AggregatorAttributes
The attributes of the aggregator.
emptyValue  TResult  (Optional)
The value of the aggregation when the input is empty.

See Also