
xdmp.mul64( x as (Number|String), y as (Number|String) ) as (Number|String)
Multiply two 64-bit integer values, discarding overflow.
| Parameters | |
|---|---|
| x | The first value. |
| y | The second value. |
xdmp.mul64(15107650474313474666,13290239292956375463); => 1404109880107289894
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.