This member function multiplies by k the scale of x for the invoking piecewise linear function. k must be a nonnegative numeric value. More precisely, if the invoking function was defined over an interval [xMin,xMax), it will be redefined over the interval [k///xMin,k///xMax) and the value at x will be the former value at x/k.
Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
void Dilate( double k ) |
Parameters
- k
- Type: System..::..Double