wima
    Preparing search index...

    Function unpackFrom64Int

    • Unpacks two numbers from a single number.

      This operation is should be analogous to unpacking two 32 bit numbers from 64 bit number in the high and low bits.Due to language limitations, the number passed into this function can only be up to 2 ^ 53, otherwise the output will be garbled nonsense.

      Parameters

      • value: number

      Returns number[]