This constructor creates a cursor to inspect step function f.
This cursor lets you iterate forward or backward over the steps of the function.
The cursor initially specifies the step of the function that contains x.
Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
public INumToNumStepFunctionCursor NumToNumStepFunctionCursor( INumToNumStepFunction f, double x ) |