2 instantiations of FloatMinMaxAggregationOperator
System.Core (2)
System\Linq\ParallelEnumerable.cs (2)
2603
return new
FloatMinMaxAggregationOperator
(source, -1).Aggregate();
3107
return new
FloatMinMaxAggregationOperator
(source, 1).Aggregate();