Clamp
Clamps a value between a minimum and a maximum.
Inputs
- 
value
- The value to clamp.
 
 - 
min
- The minimum of the clamped range.
 
 - 
max
- The maximum of the clamped range.
 
 
Outputs
- 
result
- The clamped value.
 
 - 
result list
- The list of clamped values.
 
 
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Clamps a value between a minimum and a maximum.
value
min
max
result
result list