This method returns the current value of the expression expr in the invoking instance of CP.

Namespace: ILOG.CP
Assembly: ILOG.CP (in ILOG.CP.dll)

Syntax

C#
public virtual double GetValue(
	IIntExpr i
)
Visual Basic
Public Overridable Function GetValue ( _
	i As IIntExpr _
) As Double

See Also