Encode an integer as a 4-byte Uint32LE Uint8Array.
This method will return an incorrect result for values outside of the range 0x00000000 to 0xffffffff (4294967295). If applicable, applications should handle such cases prior to calling this method.
0x00000000
0xffffffff
4294967295
For the reverse, see binToNumberInt32LE.
the number to encode
Generated using TypeDoc
Encode an integer as a 4-byte Uint32LE Uint8Array.
This method will return an incorrect result for values outside of the range
0x00000000
to0xffffffff
(4294967295
). If applicable, applications should handle such cases prior to calling this method.For the reverse, see binToNumberInt32LE.