I was surprised to find the clamp function absent from Mathworld and Wikipedia. Is this mainly a concept particular to computer programming? Is it known by another name in mathematics? I'll be editing the Wikipedia shortly to include a reference to this function but I want to make sure I'm not omitting some synonymous terms I'm currently unaware of.
$$ \operatorname{clamp}(x) = \max( a , \min( x , b ) ) \in [a,b] $$