This constructor creates a cursor to inspect piecewise linear 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: ILOG.CP (in ILOG.CP.dll)

Syntax

C#
public INumToNumSegmentFunctionCursor NumToNumSegmentFunctionCursor(
	INumToNumSegmentFunction f,
	double x
)
Visual Basic
Public Function NumToNumSegmentFunctionCursor ( _
	f As INumToNumSegmentFunction, _
	x As Double _
) As INumToNumSegmentFunctionCursor

Parameters

f
Type: ILOG.Concert..::..INumToNumSegmentFunction
x
Type: System..::..Double

See Also