Returns the value that expr takes for the current solution.

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

Syntax

C#
public virtual double GetValue(
	INumExpr expr,
	int soln
)

Parameters

expr
Type: ILOG.Concert..::..INumExpr
soln
Type: System..::..Int32

Return Value

The value expr takes for the current solution.

See Also