Overload List
| Name | Description | |
|---|---|---|
| Sum(array<IIntExpr>[]()[][]) |
Creates and returns an integer expression that is the sum of
the elements in an array of integer expressions.
| |
| Sum(array<INumExpr>[]()[][]) |
Creates and returns a numeric expression that is the sum
of the elements in an array of numeric expressions.
| |
| Sum(Double, INumExpr) |
Creates and returns a numeric expression representing
the sum of a value and a numeric expression.
| |
| Sum(Int32, IIntExpr) |
Creates and returns an integer expression representing
the sum of a value and an integer expression.
| |
| Sum(IIntExpr, IIntExpr) |
Creates and returns an integer expression representing
the sum of two integer expressions.
| |
| Sum(IIntExpr, Int32) |
Creates and returns an integer expression representing
the sum of an integer expression and a value.
| |
| Sum(INumExpr, INumExpr) |
Creates and returns an expression representing
the sum of two numeric expressions.
| |
| Sum(INumExpr, Double) |
Creates and returns an expression representing
the sum of a numeric expression and a value.
| |
| Sum(IIntExpr, IIntExpr, IIntExpr) |
Creates and returns an integer expression representing
the sum of three integer expressions.
| |
| Sum(array<IIntExpr>[]()[][], Int32, Int32) |
Creates and returns an integer expression that is the sum of a
number of expressions, starting from the specified index, of
an array of integer expressions.
| |
| Sum(INumExpr, INumExpr, INumExpr) |
Creates and returns a numeric expression representing
the sum of three numeric expressions.
| |
| Sum(array<INumExpr>[]()[][], Int32, Int32) |
Creates and returns a numeric expression that is the sum of a
number of expressions, starting from the specified index, of
an array of numeric expressions.
| |
| Sum(IIntExpr, IIntExpr, IIntExpr, IIntExpr) |
Creates and returns an integer expression representing
the sum of four integer expressions.
| |
| Sum(INumExpr, INumExpr, INumExpr, INumExpr) |
Creates and returns a numeric expression representing
the sum of four numeric expressions.
| |
| Sum(IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr) |
Creates and returns an integer expression representing
the sum of five integer expressions.
| |
| Sum(INumExpr, INumExpr, INumExpr, INumExpr, INumExpr) |
Creates and returns a numeric expression representing
the sum of five numeric expressions.
| |
| Sum(IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr) |
Creates and returns an integer expression representing
the sum of six integer expressions.
| |
| Sum(INumExpr, INumExpr, INumExpr, INumExpr, INumExpr, INumExpr) |
Creates and returns a numeric expression representing
the sum of six numeric expressions.
| |
| Sum(IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr) |
Creates and returns an integer expression representing
the sum of seven integer expressions.
| |
| Sum(INumExpr, INumExpr, INumExpr, INumExpr, INumExpr, INumExpr, INumExpr) |
Creates and returns a numeric expression representing
the sum of seven numeric expressions.
| |
| Sum(IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr) |
Creates and returns an integer expression representing
the sum of eight integer expressions.
| |
| Sum(INumExpr, INumExpr, INumExpr, INumExpr, INumExpr, INumExpr, INumExpr, INumExpr) |
Creates and returns a numeric expression representing
the sum of eight numeric expressions.
|