Function binToNumberInt32LE

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

    Throws if bin is shorter than 4 bytes.

    Parameters

    • bin: Uint8Array

      the Uint8Array to decode

    Returns number

Generated using TypeDoc