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