2 references to NullableFloatMinMaxAggregationOperator
System.Core (2)
System\Linq\ParallelEnumerable.cs (2)
2623return new NullableFloatMinMaxAggregationOperator(source, -1).Aggregate(); 3127return new NullableFloatMinMaxAggregationOperator(source, 1).Aggregate();