Clamps a number to bounds
clamp(0, 64, 32);=> 32
The lower bound
Un-clamped value
The upper bound
Generated using TypeDoc
Clamps a number to bounds
Example