Function binToNumberUint32LE

  • Decode a 4-byte Uint32LE Uint8Array into a number.

    Throws if bin is shorter than 4 bytes.

    For the reverse, see numberToBinUint32LE.

    Parameters

    • bin: Uint8Array

      the Uint8Array to decode

    Returns number

Generated using TypeDoc