Clamp Operators
Clamp, round, or limit values.
| Page | Description |
|---|---|
| Ceiling | Round an input up to the nearest integer. |
| Clamp | Limit an input value between a lower and upper bound for each axis. |
| Discretize | Get the multiple of an input that's closest to a second input. |
| Floor | Round an input value down to the nearest integer. |
| Maximum | Get the largest value from all input values. |
| Minimum | Get the smallest value from all input values. |
| Round | Round an input value to the nearest integer. |
| Saturate | Clamp a value between 0 and 1. |