clamp

 

 

Clamps the value to user defined boundaries. Output value will be between Min and Max values.

 

 

[Inputs]

 

#Value - A numerical value that you want to clamp.

 

Min - Minimum value.

 

Max - Maximum value.

 

 

[Outputs]

 

Res - Outputs the result.