This member function sets the value of the invoking piecewise linear function to beant and equal to v on the interval [x1,x2).

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
void SetValue(
	double x1,
	double x2,
	double v
)

Parameters

x1
Type: System..::..Double
x2
Type: System..::..Double
v
Type: System..::..Double

See Also