Clip
Clamps clipValue into the closed interval [clipLower, clipUpper] - returns clipLower if the value is below it, clipUpper if above, else the value unchanged. All three operands are Expressions. If clipLower > clipUpper the result is unspecified (a runtime error).
- Subclass Of
Expression