Creates and returns the new expression e1 * e2.

Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll) Version: 22.1.0.0

Syntax

C#
IIntExpr Prod(
	IIntExpr e1,
	IIntExpr e2
)
Visual Basic
Function Prod ( _
	e1 As IIntExpr, _
	e2 As IIntExpr _
) As IIntExpr

See Also