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