Overload List

  Name Description
Public method Sum(array<IIntExpr>[]()[][])
Creates and returns an integer expression representing the sum of the expressions provided in the array expr.
Public method Sum(array<INumExpr>[]()[][])
Creates and returns an expression representing the sum of the expressions provided as terms in the array expr.
Public method Sum(Double, INumExpr)
Creates and returns an expression representing the sum of a value and a numeric expression.
Public method Sum(Int32, IIntExpr)
Creates and returns an integer expression representing the sum of a value and an integer expression.
Public method Sum(IIntExpr, IIntExpr)
Adds two integer expressions and returns the sum.
Public method Sum(IIntExpr, Int32)
Creates and returns an integer expression representing the sum of an integer expression and a value.
Public method Sum(INumExpr, INumExpr)
Adds two numeric expressions and returns the sum.
Public method Sum(INumExpr, Double)
Creates and returns an expression representing the sum of a numeric expression and a value.
Public method Sum(IIntExpr, IIntExpr, IIntExpr)
Adds three integer expressions and returns the sum.
Public method Sum(array<IIntExpr>[]()[][], Int32, Int32)
Creates and returns an integer expression representing the sum of the num expressions provided in the array expr starting with element start.
Public method Sum(INumExpr, INumExpr, INumExpr)
Adds three numeric expressions and returns their sum.
Public method Sum(array<INumExpr>[]()[][], Int32, Int32)
Creates and returns an expression representing the sum of the num expressions provided as terms in the array expr starting with element start.
Public method Sum(IIntExpr, IIntExpr, IIntExpr, IIntExpr)
Adds four integer expressions and returns the sum.
Public method Sum(INumExpr, INumExpr, INumExpr, INumExpr)
Adds four numeric expressions and returns the sum.
Public method Sum(IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr)
Adds five integer expressions and returns the sum.
Public method Sum(INumExpr, INumExpr, INumExpr, INumExpr, INumExpr)
Adds five numeric expressions and returns the sum.
Public method Sum(IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr)
Adds six integer expressions and returns the sum.
Public method Sum(INumExpr, INumExpr, INumExpr, INumExpr, INumExpr, INumExpr)
Adds six numeric expressions and returns the sum.
Public method Sum(IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr)
Adds seven integer expressions and returns the sum.
Public method Sum(INumExpr, INumExpr, INumExpr, INumExpr, INumExpr, INumExpr, INumExpr)
Adds seven numeric expressions and returns the sum.
Public method Sum(IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr)
Adds eight integer expressions and returns the sum.
Public method Sum(INumExpr, INumExpr, INumExpr, INumExpr, INumExpr, INumExpr, INumExpr, INumExpr)
Adds eight numeric expressions and returns the sum.

See Also