MarkLogic Server 11.0 Product Documentation
xdmp:xor64xdmp:xor64(
$x as xs:unsignedLong,
$y as xs:unsignedLong
) as xs:unsignedLong
Summary
XOR two 64-bit integer values.
Parameters |
x |
The first value.
|
y |
The second value.
|
Example
xdmp:xor64(255, 2)
=> 253
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.