Binary Aggregator<T1, T2, TResult> Constructor
Constructs a new aggregator.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected BinaryAggregator(
AggregatorAttributes attributes,
TResult emptyValue
)
Parameters
- attributes AggregatorAttributes
- The attributes of the aggregator.
- emptyValue TResult