Click or drag to resize

Projection Methods

The Projection type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAvgTSource Computes the average of a sequence of values.
Public methodStatic memberCount Computes the number of occurences of a value in a sequence of values.
Public methodStatic memberCountTResult Computes the number of occurences of a value in a sequence of values.
Public methodStatic memberCountDistinctTSource Computes the number of distinct occurences of a value in a sequence of values.
Public methodStatic memberMaxTResult Computes the maximum of a sequence of values.
Public methodStatic memberMinTResult Computes the minimum of a sequence of values.
Public methodStatic memberSumTResult Computes the sum of a sequence of values.
Top
See Also