BoundBy Arithmetics 1.0 OC int int value Value to be compared. int lower_bound Lower limit. int upper_bound Upper limit. Returns value if it is within the given boundaries (value >= lower_bound and value <= upper_bound). Otherwise returns the applicable limit. Inside jwk2002-04