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