xdmp.xor64

xdmp.xor64(
   x as (Number|String),
   y as (Number|String)
) as (Number|String)

Summary

XOR two 64-bit integer values.

Parameters
x The first value.
y The second value.

Example

xdmp.xor64(255, 2);
=> 253
Powered by MarkLogic Server | Terms of Use | Privacy Policy