Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.NullableFloatSumAggregationOperator Class Referencesealed

Classes

class  NullableFloatSumAggregationOperatorEnumerator
 

Protected Member Functions

override? float InternalAggregate (ref Exception singularExceptionToThrow)
 
override QueryOperatorEnumerator< double?, int > CreateEnumerator< TKey > (int index, int count, QueryOperatorEnumerator< float?, TKey > source, object sharedData, CancellationToken cancellationToken)
 
QueryOperatorEnumerator< TIntermediate, int > CreateEnumerator< TKey > (int index, int count, QueryOperatorEnumerator< TSource, TKey > source, object sharedData, CancellationToken cancellationToken)
 

Package Functions

 NullableFloatSumAggregationOperator (IEnumerable< float?> child)
 
TResult Aggregate ()
 
override QueryResults< TIntermediateOpen (QuerySettings settings, bool preferStriping)
 
override void WrapPartitionedStream< TKey > (PartitionedStream< TSource, TKey > inputStream, IPartitionedStreamRecipient< TIntermediate > recipient, bool preferStriping, QuerySettings settings)
 
override IEnumerable< TIntermediateAsSequentialQuery (CancellationToken token)
 

Properties

override bool LimitsParallelism [get]
 

Detailed Description

Definition at line 6 of file NullableFloatSumAggregationOperator.cs.


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