Creates and returns an expression representing the product of the expressions expr1 and expr2.

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
INumExpr Prod(
	INumExpr expr1,
	INumExpr expr2
)

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.

Return Value

An expression representing the product expr1 * expr2.

See Also