2 instantiations of FloatMinMaxAggregationOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
2548
return new
FloatMinMaxAggregationOperator
(source, -1).Aggregate();
3063
return new
FloatMinMaxAggregationOperator
(source, 1).Aggregate();