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