2 references to NullableFloatMinMaxAggregationOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
2569
return new
NullableFloatMinMaxAggregationOperator
(source, -1).Aggregate();
3084
return new
NullableFloatMinMaxAggregationOperator
(source, 1).Aggregate();