MarkLogic Server 11.0 Product Documentation
xdmp.lshift64xdmp.lshift64(
x as (Number|String),
y as Number
) as (Number|String)
Summary
Left-shift a 64-bit integer value.
Parameters |
x |
The value to shift.
|
y |
The left shift to perform. This value may be negative.
|
Example
xdmp.lshift64(255, 2);
=> 1020
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.