xdmp:and64

xdmp:and64(
   $x as xs:unsignedLong,
   $y as xs:unsignedLong
) as xs:unsignedLong

Summary

AND two 64-bit integer values.

Parameters
x The first value.
y The second value.

Example

xdmp:and64(255, 2)
=> 2
Powered by MarkLogic Server | Terms of Use | Privacy Policy