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

Syntax

C#
void SetSlope(
	double x1,
	double x2,
	double v,
	double slope
)
Visual Basic
Sub SetSlope ( _
	x1 As Double, _
	x2 As Double, _
	v As Double, _
	slope As Double _
)

Parameters

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

See Also