Reflect XY data to specified Y interval
1. reflection irng:=Col(1) lower:=1 upper:=10;
2. reflection irng:=Col(1) upper:=10 orng:=Col(2);
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input | irng |
Input Range |
|
The input range |
Lower Bound | lower |
Input double |
|
Lower interval bound. By default, it is the minimum value of input range. |
Upper Bound | upper |
Input double |
|
Upper interval bound. By default, it is the maximum value of input range. |
Output | orng |
Output Range |
|
The output range See the syntax here. |
Set vaules to new columns according to old ones.
Given a input range V and output interval , the reflection of V is: