limit_real (real value, real min, real max) ⇒ real
Forces a number to be within the range of the min and max value. If the number is within the range, it will return the number, otherwise if it is less than min it will return min or if it is greater than the max value it will return max.
First available: Version 1.3.5.32
Comments