This member function returns the minimal value of the invoking piecewise linear function on the interval [x1,x2). An instance of IException is thrown if the interval [x1,x2) is not included in the definition interval of the invoking function.

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

Syntax

C#
double GetMin(
	double x1,
	double x2
)

Parameters

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

See Also