Overload List
| Name | Description | |
|---|---|---|
|
|
SetMax(INumToNumSegmentFunction) |
This member function sets the value of the invoking piecewise linear function to be the maximum between the current value and the value of fct everywhere on the definition interval of the invoking function. The interval of definition of fct must be the same as that of the invoking piecewise linear function. |
|
|
SetMax(Double, Double, Double) |
This member function sets the value of the invoking piecewise linear function to be the maximum between the current value and v everywhere on the interval [x1,x2). |
|
|
SetMax(Double, Double, Double, Double) |
This member function sets the value of the invoking piecewise linear function to be the maximum 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). |