bitShiftLeft(n,shiftAmount)¶
Definition¶
Number bitShiftLeft(Number n, Number shiftAmount)
Description¶
Returns the bitwise left shift of the first number.
Parameter Definition¶
| Name | Type | Description |
|---|---|---|
| n | Number | number to shift |
| shiftAmount | Number | bits to shift by |