->Z
conversionThe ->Z
function packs multiple LONG arguments into a byte array by interleaving the bits of the arguments. This produces a
Morton Code value encoding the original arguments. The value might be right padded with bits set to 0 to reach a multiple of 8 bits.