HpcLinqQueryable.SumAsQuery Method
Creates a query that you can run later to compute the sum 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.Sum
Overload List
Name | Description |
---|---|
HpcLinqQueryable.SumAsQuery (IQueryable) | Creates a query that you can run later to compute the sum of a set of Decimal values. |
HpcLinqQueryable.SumAsQuery (IQueryable) | Creates a query that you can run later to compute the sum of a set of Double values. |
HpcLinqQueryable.SumAsQuery (IQueryable) | Creates a query that you can run later to compute the sum of a set of Int32 values. |
HpcLinqQueryable.SumAsQuery (IQueryable) | Creates a query that you can run later to compute the sum of a set of Int64 values. |
HpcLinqQueryable.SumAsQuery (IQueryable) | Creates a query that you can run later to compute the sum of a set of Nullable<Decimal> values. |
HpcLinqQueryable.SumAsQuery (IQueryable) | Creates a query that you can run later to compute the sum of a set of Nullable<Double> values. |
HpcLinqQueryable.SumAsQuery (IQueryable) | Creates a query that you can run later to compute the sum of a set of Nullable<Int32> values. |
HpcLinqQueryable.SumAsQuery (IQueryable) | Creates a query that you can run later to compute the sum of a set of Nullable<Int64> values. |
HpcLinqQueryable.SumAsQuery (IQueryable) | Creates a query that you can run later to compute the sum of a set of Nullable<Single> values. |
HpcLinqQueryable.SumAsQuery (IQueryable) | Creates a query that you can run later to compute the sum of a set of Single values. |
HpcLinqQueryable.SumAsQuery (IQueryable, Expression) | Creates a query that calculates the sum of a set of Decimal values that are calculated from a set of records by using the specified function. |
HpcLinqQueryable.SumAsQuery (IQueryable, Expression) | Creates a query that calculates the sum of a set of Double values that are calculated from a set of records by using the specified function. |
HpcLinqQueryable.SumAsQuery (IQueryable, Expression) | Creates a query that calculates the sum of a set of Int32 values that are calculated from a set of records by using the specified function. |
HpcLinqQueryable.SumAsQuery (IQueryable, Expression) | Creates a query that calculates the sum of a set of Int64 values that are calculated from a set of records by using the specified function. |
HpcLinqQueryable.SumAsQuery (IQueryable, Expression) | Creates a query that calculates the sum of a set of Nullable<Decimal> values that are calculated from a set of records by using the specified function. |
HpcLinqQueryable.SumAsQuery (IQueryable, Expression) | Creates a query that calculates the sum of a set of Nullable<Double> values that are calculated from a set of records by using the specified function. |
HpcLinqQueryable.SumAsQuery (IQueryable, Expression) | Creates a query that calculates the sum of a set of Nullable<Int32> values that are calculated from a set of records by using the specified function. |
HpcLinqQueryable.SumAsQuery (IQueryable, Expression) | Creates a query that calculates the sum of a set of Nullable<Int64> values that are calculated from a set of records by using the specified function. |
HpcLinqQueryable.SumAsQuery (IQueryable, Expression) | Creates a query that calculates the sum of a set of Nullable<Single> values that are calculated from a set of records by using the specified function. |
HpcLinqQueryable.SumAsQuery (IQueryable, Expression) | Creates a query that calculates the sum 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
Sum
SumAsQuery(Generic IQueryable,Generic Expression)
Sum
Sum
Build Date:
2013-04-22