Overload List
| Name | Description | |
|---|---|---|
|
|
Prod(Double, INumExpr) |
Creates and returns an expression representing the product of
the expression
e1 and the value v.
|
|
|
Prod(Int32, IIntExpr) |
Creates and returns the new expression v * e.
|
|
|
Prod(IIntExpr, IIntExpr) |
Creates and returns the new expression e1 * e2.
|
|
|
Prod(IIntExpr, Int32) |
Creates and returns the new expression e * v.
|
|
|
Prod(INumExpr, INumExpr) |
Creates and returns an expression representing the product of
the expressions
expr1 and expr2.
|
|
|
Prod(INumExpr, Double) |
Creates and returns an expression representing the product of
the expression
e and the value v.
|
|
|
Prod(Double, INumVar, INumVar) |
Creates and returns an expression representing the product
of the value val, the variablevar1,
and the variable var2.
|
|
|
Prod(INumVar, INumVar, Double) |
Creates and returns an expression representing the product of
the variablevar1,
the variable var2, and
the value val,
|
|
|
Prod(INumVar, Double, INumVar) |
Creates and returns an expression representing the product of
the variablevar1,
the value val,
and the variable var2.
|