int32 Pin(i, low, high);
Returns i coerced to fall within the range from low to high inclusive.
Name | Type | Description |
---|---|---|
i | int32 | Value you want to coerce to the specified range. |
low | int32 | Low value of the range to which you want to coerce i. |
high | int32 | High value of the range to which you want to coerce i. |
i coerced to the specified range.