
xdmp.and64( x as (Number|String), y as (Number|String) ) as (Number|String)
AND two 64-bit integer values.
| Parameters | |
|---|---|
| x | The first value. |
| y | The second value. |
xdmp.and64(255, 2); => 2
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.