Clamp
Last updated
Last updated
Clamp limits a Numerical Value to a given range, so that it isn't lower than the lower boundary, or higher than the upper boundary.
It is often used as a way of ens
|
|
|
|
50 | 0 | 100 | 50 |
120 | 0 | 100 | 100 |
-20 | 0 | 100 | 0 |
-270 | -180 | 180 | -180 |
-20, 1100 | 0, 0 | 1920, 1080 | 0, 1080 |
Attribute | Type | Description |
---|---|---|
| Drop-down | The type of Data that will be plugged into the |
| Defined in the | The default Value of the lower boundary of the range, if there is nothing attached to the |
| Defined in the | The default Value of the upper boundary of the range, if there is nothing attached to the |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| Defined in the | The Value to be clamped within the range defined in |
| Defined in the | The Value of the lower boundary of the range. |
| Defined in the | The Value of the upper boundary of the range. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| Defined in the | The clamped Value, based on the three Inputs. |