2 instantiations of NullableDoubleMinMaxAggregationOperator
System.Core (2)
System\Linq\ParallelEnumerable.cs (2)
2666return new NullableDoubleMinMaxAggregationOperator(source, -1).Aggregate(); 3170return new NullableDoubleMinMaxAggregationOperator(source, 1).Aggregate();