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(
	INumExpr num
)
Visual Basic
Public Overridable Function GetValue ( _
	num As INumExpr _
) As Double

Parameters

num
Type: ILOG.Concert..::..INumExpr

See Also