| Clamp (clamp(A, min, max)) | |
|---|---|
|
|
| Type | |
| Category | Scalar > Operations |
Clamp (clamp(A, min, max))
Description
Constrains a to lie between min and max (inclusive).
Enums
Enum #1
There is currently no description for the enum #1.
- Add
- Subtract
- Multiply
- Divide
- Power
- Max
- Min
- Abs
- Clamp
- Sign
- Step
- Wrap
Arguments
| Type | Name (Display Name) | Description | Default |
|---|---|---|---|
| int | a (a) |
There is currently no description for the argument a. |
0 |
| int | min (min) |
There is currently no description for the argument min. |
0 |
| int | max (max) |
There is currently no description for the argument max. |
0 |
Outputs
int - result (clamp(A, min, max))
There is currently no description for output result.