xdmp.add64( x as (Number|String), y as (Number|String) ) as (Number|String)
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.