xdmp:add64( $x as xs:unsignedLong, $y as xs:unsignedLong ) as xs:unsignedLong
Add two 64-bit integer values, discarding overflow.
Parameters | |
---|---|
x | The first value. |
y | The second value. |
xdmp:add64(11442580934957149475,14565934789622151058) => 7561771650869748917
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.