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
)

Parameters

expr
Type: ILOG.Concert..::..INumExpr

Return Value

The value expr takes for the current solution.

See Also