Without output limiting (
clip = 0)
If the clip parameter is set to 0, then the scaling is independent of the value of the IN input.
With output limiting (
clip =1)
If the clip parameter is set to 1, then the scaling takes place within the range [in_min, in_max]. Outside this range, the output will be limited by the values out_min and out_max.
Modifying the rise direction
It is possible to alter the rise direction of the numerical input variables, by setting out_max to a lower value than out_min.