This method assumes that cumul function expression
f is fixed. It returns the value of the
corresponding stepwise non-negative function at point
t.
Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
public int GetValue( ICumulFunctionExpr f, int t ) |
Remarks
An exception is thrown if the cumul function expression f is not fixed, or t is not in [CP.IntervalMin,CP.IntervalMax).
For more information on cumul function expressions see the concept Cumul Function Expressions in the C++ Reference Manual.