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