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