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

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

Syntax

C#
INumExpr Prod(
	INumExpr e,
	double v
)

Parameters

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

Return Value

An expression representing the product e * v.

See Also