C# 클래스 System.Linq.Parallel.NullableDoubleAverageAggregationOperator

An inlined average aggregation operator and its enumerator, for Nullable doubles.
상속: InlinedAggregationOperator
파일 보기 프로젝트 열기: mahasak/dotnet452

보호된 메소드들

메소드 설명
CreateEnumerator ( int index, int count, System.Linq.Parallel.QueryOperatorEnumerator source, object sharedData, CancellationToken cancellationToken ) : QueryOperatorEnumerator,int>
InternalAggregate ( Exception &singularExceptionToThrow ) : double?

비공개 메소드들

메소드 설명
NullableDoubleAverageAggregationOperator ( IEnumerable child ) : System.Collections.Generic

메소드 상세

CreateEnumerator() 보호된 메소드

protected CreateEnumerator ( int index, int count, System.Linq.Parallel.QueryOperatorEnumerator source, object sharedData, CancellationToken cancellationToken ) : QueryOperatorEnumerator,int>
index int
count int
source System.Linq.Parallel.QueryOperatorEnumerator
sharedData object
cancellationToken CancellationToken
리턴 QueryOperatorEnumerator,int>

InternalAggregate() 보호된 메소드

protected InternalAggregate ( Exception &singularExceptionToThrow ) : double?
singularExceptionToThrow Exception
리턴 double?