Overload List

  Name Description
Public method SetMin(INumToNumSegmentFunction)

This member function sets the value of the invoking piecewise linear function to be the minimum between the current value and the value of fct everywhere on the definition interval of the invoking function. The definition interval of fct must be the same as the one of the invoking piecewise linear function.

Public method SetMin(Double, Double, Double)

This member function sets the value of the invoking piecewise linear function to be the minimum between the current value and v everywhere on the interval [x1,x2).

Public method SetMin(Double, Double, Double, Double)

This member function sets the value of the invoking piecewise linear function to be the minimum between the current value and the value of the linear function:

x --> v1 + (x-x1)///(v2-v1)/(x2-x1) everywhere on the interval [x1,x2).

See Also