Restricts a value to a specified range. Takes value (number to constrain), min (minimum allowed value), max (maximum allowed value). Returns the value constrained to be between min and max (inclusive).
value
Double
min
Double
max
Double
; No example implemented yet