Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.NullableDoubleAverageAggregationOperator.NullableDoubleAverageAggregationOperatorEnumerator< TKey > Class Template Referencesealed

Protected Member Functions

override bool MoveNextCore (ref Pair< double, long > currentElement)
 
override void Dispose (bool disposing)
 
bool MoveNextCore ([MaybeNullWhen(false)][AllowNull] ref TIntermediate currentElement)
 

Protected Attributes

CancellationToken _cancellationToken
 

Package Functions

 NullableDoubleAverageAggregationOperatorEnumerator (QueryOperatorEnumerator< double?, TKey > source, int partitionIndex, CancellationToken cancellationToken)
 
override bool MoveNext ([MaybeNullWhen(false)][AllowNull] ref TIntermediate currentElement, ref int currentKey)
 

Private Attributes

readonly QueryOperatorEnumerator< double?, TKey > _source
 
readonly int _partitionIndex
 
bool _done
 

Detailed Description

Definition at line 8 of file NullableDoubleAverageAggregationOperator.cs.


The documentation for this class was generated from the following file: