On an element-wise basis, calculates the signed right shift of v1 by v2 bits.
Usage | Returns |
---|---|
Array.right_shift(right) | Array |
Argument | Type | Details |
---|---|---|
this: left | Array | The left-hand value. |
right | Array | The right-hand value. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!