Overload List

  NameDescription
Public methodSum(array<IIntExpr>[]()[][])
Creates and returns an integer expression representing the sum of the expressions provided in the array expr.
Public methodSum(array<INumExpr>[]()[][])
Creates and returns an expression representing the sum of the expressions provided as terms in the array expr.
Public methodSum(Double, INumExpr)
Creates and returns an expression representing the sum of a value and a numeric expression.
Public methodSum(Int32, IIntExpr)
Creates and returns an integer expression representing the sum of a value and an integer expression.
Public methodSum(IIntExpr, IIntExpr)
Adds two integer expressions and returns the sum.
Public methodSum(IIntExpr, Int32)
Creates and returns an integer expression representing the sum of an integer expression and a value.
Public methodSum(INumExpr, INumExpr)
Adds two numeric expressions and returns the sum.
Public methodSum(INumExpr, Double)
Creates and returns an expression representing the sum of a numeric expression and a value.
Public methodSum(IIntExpr, IIntExpr, IIntExpr)
Adds three integer expressions and returns the sum.
Public methodSum(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 methodSum(INumExpr, INumExpr, INumExpr)
Adds three numeric expressions and returns their sum.
Public methodSum(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 methodSum(IIntExpr, IIntExpr, IIntExpr, IIntExpr)
Adds four integer expressions and returns the sum.
Public methodSum(INumExpr, INumExpr, INumExpr, INumExpr)
Adds four numeric expressions and returns the sum.
Public methodSum(IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr)
Adds five integer expressions and returns the sum.
Public methodSum(INumExpr, INumExpr, INumExpr, INumExpr, INumExpr)
Adds five numeric expressions and returns the sum.
Public methodSum(IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr)
Adds six integer expressions and returns the sum.
Public methodSum(INumExpr, INumExpr, INumExpr, INumExpr, INumExpr, INumExpr)
Adds six numeric expressions and returns the sum.
Public methodSum(IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr)
Adds seven integer expressions and returns the sum.
Public methodSum(INumExpr, INumExpr, INumExpr, INumExpr, INumExpr, INumExpr, INumExpr)
Adds seven numeric expressions and returns the sum.
Public methodSum(IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr)
Adds eight integer expressions and returns the sum.
Public methodSum(INumExpr, INumExpr, INumExpr, INumExpr, INumExpr, INumExpr, INumExpr, INumExpr)
Adds eight numeric expressions and returns the sum.

See Also