Whenever interval variable a is present, this function returns an integer expression that represents the total contribution of the start of interval variable a to the cumul function expression f. When interval variable a is absent, this method returns 0.

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

Syntax

C#
public IIntExpr HeightAtStart(
	IIntervalVar a,
	ICumulFunctionExpr f
)
Visual Basic
Public Function HeightAtStart ( _
	a As IIntervalVar, _
	f As ICumulFunctionExpr _
) As IIntExpr

Remarks

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

See Also