Overload List

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

See Also