This method returns an elementary cumul function expression that is equal to 0 before point t and equal to v after point t.

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

Syntax

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

Parameters

t
Type: System..::..Int32
v
Type: System..::..Int32

Remarks

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

See Also