2 references to FloatMinMaxAggregationOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
2551
return new
FloatMinMaxAggregationOperator
(source, -1).Aggregate();
3066
return new
FloatMinMaxAggregationOperator
(source, 1).Aggregate();