Loading TOC...

xdmp:or64

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

Summary

OR two 64-bit integer values.

Parameters
x The first value.
y The second value.

Example

xdmp:or64(255, 2)
=> 255

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.