This method returns a numerical expression that represents the value of function f evaluated on the end of interval variable a whenever the interval variable is present. When the interval variable is absent, it returns 0.

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

Syntax

C#
public INumExpr EndEval(
	IIntervalVar a,
	INumToNumSegmentFunction f
)
Visual Basic
Public Function EndEval ( _
	a As IIntervalVar, _
	f As INumToNumSegmentFunction _
) As INumExpr

Remarks

For more information on expressions on interval variables, see the Concepts section of the C++ API Reference Manual.

See Also