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