Creates and returns an expression representing the product of the expression e1 and the value v.

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

Syntax

C#
INumExpr Prod(
	double v,
	INumExpr e1
)

Parameters

v
Type: System..::..Double
A value to use in the product.
e1
Type: ILOG.Concert..::..INumExpr
An expression to use in the product.

Return Value

An expression representing the product e1 * v.

See Also