
xdmp.rshift64( x as (Number|String), y as Number ) as (Number|String)
Right-shift a 64-bit integer value.
| Parameters | |
|---|---|
| x | The value to shift. |
| y | The right shift to perform. This value may be negative. |
xdmp.rshift64(255, 2); => 63
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.