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

Syntax

C#
public ICumulFunctionExpr Step(
	int t,
	int v
)

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