
Contents |
Reflect a range of data to certain interval
1. reflection irng:=Col(1) lower:=1 upper:=10;
2. reflection irng:=Col(1) upper:=10 orng:=Col(2);
| 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 [LB,UB], the reflection of V is: