Array.prototype.clip >= 0.1.3
Purpose
Clip the values inside the array
Syntax
Array#clip
(
Numberlowest
Numberhighest
);
Invalid values will be clipped to lowest
Parameters
lowest
- The lowest allowed value
highest
- The highest allowed value
Return values
Array
this is returned
Comments