bitShrn
Performs a bitwise shift-left or shift-right, no-rotation operation.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| Numeric value to shift. | |
|
|
| Number of bits to shift (Integer in the range 0-31, inclusive). |
Examples
Related
Last updated