wima
    Preparing search index...

    Function packInto64Int

    • Packs two numbers into a single number.

      This operation is should be analogous to packing two 32 bit numbers into a 64 bit number in the high and low bits.Due to language limitations, the high bits of this implementation can only be up to 2 ^ 20, otherwise the output will be garbled nonsense.

      Parameters

      • low: number
      • high: number

      Returns number