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: ILOG.CP (in ILOG.CP.dll)

Syntax

C#
public int GetValue(
	ICumulFunctionExpr f,
	int t
)
Visual Basic
Public Function GetValue ( _
	f As ICumulFunctionExpr, _
	t As Integer _
) As Integer

Parameters

f
Type: ILOG.Concert..::..ICumulFunctionExpr
t
Type: System..::..Int32

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.

See Also