Creates and returns the new expression e * v.

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

Syntax

C#
IIntExpr Prod(
	IIntExpr e,
	int v
)

Parameters

e
Type: ILOG.Concert..::..IIntExpr
v
Type: System..::..Int32

See Also