Overload List
| Name | Description | |
|---|---|---|
| Prod(Double, INumExpr) |
Creates and returns an expression representing
the product of a value and a numeric expression.
| |
| Prod(Int32, IIntExpr) |
Creates and returns an integer expression representing
the product of a value and an integer expression.
| |
| Prod(IIntExpr, IIntExpr) |
Creates and returns an expression representing
the product of two integer expressions.
| |
| Prod(IIntExpr, Int32) |
Creates and returns an expression representing
the product of an integer expression and a value.
| |
| Prod(INumExpr, INumExpr) |
Creates and returns an expression representing
the product of two numeric expressions.
| |
| Prod(INumExpr, Double) |
Creates and returns an expression representing
the product of a numeric expression and a value.
| |
| Prod(Double, INumVar, INumVar) |
Creates and returns an expression representing
the product of a value and two numeric variables.
| |
| Prod(INumVar, INumVar, Double) |
Creates and returns an expression representing
the product of two numeric variables and a value.
| |
| Prod(INumVar, Double, INumVar) |
Creates and returns an expression representing
the product of a numeric variable, a value, and another numeric variable.
|