HpcLinqQueryable.AverageAsQuery Method

Creates a query that you can run later to compute the average of a set of numeric values.This method was introduced in Windows HPC Server 2008 R2 with Service Pack 2 (SP2) and is not supported in previous versions.(SP2) and is not supported in previous versions.Average

Overload List

Name Description
HpcLinqQueryable.AverageAsQuery (IQueryable) Creates a query that you can run later to compute the average of a set of Decimal values.
HpcLinqQueryable.AverageAsQuery (IQueryable) Creates a query that you can run later to compute the average of a set of Double values.
HpcLinqQueryable.AverageAsQuery (IQueryable) Creates a query that you can run later to compute the average of a set of Int32 values.
HpcLinqQueryable.AverageAsQuery (IQueryable) Creates a query that you can run later to compute the average of a set of Int64 values.
HpcLinqQueryable.AverageAsQuery (IQueryable) Creates a query that you can run later to compute the average of a set of Nullable<Decimal> values.
HpcLinqQueryable.AverageAsQuery (IQueryable) Creates a query that you can run later to compute the average of a set of Nullable<Double> values.
HpcLinqQueryable.AverageAsQuery (IQueryable) Creates a query that you can run later to compute the average of a set of Nullable<Int32> values.
HpcLinqQueryable.AverageAsQuery (IQueryable) Creates a query that you can run later to compute the average of a set of Nullable<Int64> values.
HpcLinqQueryable.AverageAsQuery (IQueryable) Creates a query that you can run later to compute the average of a set of Nullable<Single> values.
HpcLinqQueryable.AverageAsQuery (IQueryable) Creates a query that you can run later to compute the average of a set of Single values.
HpcLinqQueryable.AverageAsQuery (IQueryable, Expression) Creates a query that calculates the average of a set of Decimal values that are calculated from a set of records by using the specified function.
HpcLinqQueryable.AverageAsQuery (IQueryable, Expression) Creates a query that calculates the average of a set of Double values that are calculated from a set of records by using the specified function.
HpcLinqQueryable.AverageAsQuery (IQueryable, Expression) Creates a query that calculates the average of a set of Int32 values that are calculated from a set of records by using the specified function.
HpcLinqQueryable.AverageAsQuery (IQueryable, Expression) Creates a query that calculates the average of a set of Int64 values that are calculated from a set of records by using the specified function.
HpcLinqQueryable.AverageAsQuery (IQueryable, Expression) Creates a query that calculates the average of a set of Nullable<Decimal> values that are calculated from a set of records by using the specified function.
HpcLinqQueryable.AverageAsQuery (IQueryable, Expression) Creates a query that calculates the average of a set of Nullable<Double> values that are calculated from a set of records by using the specified function.
HpcLinqQueryable.AverageAsQuery (IQueryable, Expression) Creates a query that calculates the average of a set of Nullable<Int32> values that are calculated from a set of records by using the specified function.
HpcLinqQueryable.AverageAsQuery (IQueryable, Expression) Creates a query that calculates the average of a set of Nullable<Int64> values that are calculated from a set of records by using the specified function.
HpcLinqQueryable.AverageAsQuery (IQueryable, Expression) Creates a query that calculates the average of a set of Nullable<Single> values that are calculated from a set of records by using the specified function.
HpcLinqQueryable.AverageAsQuery (IQueryable, Expression) Creates a query that calculates the average of a set of Single values that are calculated from a set of records by using the specified function.

See Also

Reference

HpcLinqQueryable Class
HpcLinqQueryable Members
Microsoft.Hpc.Linq Namespace
Average
AverageAsQuery(Generic IQueryable,Generic Expression)
Average
Average

Build Date:

2013-04-22