Creates and returns an expression representing the product of
the expressions
expr1 and expr2.
Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll) Version: 22.1.0.0
Syntax
| C# |
|---|
INumExpr Prod( INumExpr expr1, INumExpr expr2 ) |
| Visual Basic |
|---|
Function Prod ( _ expr1 As INumExpr, _ expr2 As INumExpr _ ) As INumExpr |
Parameters
- expr1
- Type: ILOG.Concert..::..INumExpr
An expression to use in the product.
- expr2
- Type: ILOG.Concert..::..INumExpr
An expression to use in the product.