Overload List

  Name Description
Public method HeightAtEnd(IIntervalVar, ICumulFunctionExpr)
Whenever interval variable a is present, this function returns an integer expression that represents the total contribution of the end of interval variable a to the cumul function expression f. When interval variable a is absent, this method returns 0.
Public method HeightAtEnd(IIntervalVar, ICumulFunctionExpr, Int32)
Whenever interval variable a is present, this function returns an integer expression that represents the total contribution of the end of interval variable a to the cumul function expressionf. When interval variable a is absent, this method returns a constant integer expression equal to absVal (by default: 0).

See Also