Overload List
| Name | Description | |
|---|---|---|
|
|
Shift(Double) |
This member function shifts the invoking function from dx to the right if dx > 0 or from -dx to the left if dx < 0. It has no effect if dx = 0. More precisely, if the invoking function is defined on [xMin,xMax) and dx > 0, the new value of the invoking function is:
If dx < 0, the new value of the invoking function is:
|
|
|
Shift(Double, Double) |
This member function shifts the invoking function from dx to the right if dx > 0 or from -dx to the left if dx < 0. It has no effect if dx = 0. More precisely, if the invoking function is defined on [xMin,xMax) and dx > 0, the new value of the invoking function is:
If dx < 0, the new value of the invoking function is:
|