Decode a 4-byte Int32LE Uint8Array into a number.
Throws if bin is shorter than 4 bytes.
bin
For the reverse, see numberToBinInt32LE.
the Uint8Array to decode
Generated using TypeDoc
Decode a 4-byte Int32LE Uint8Array into a number.
Throws if
bin
is shorter than 4 bytes.For the reverse, see numberToBinInt32LE.