Function numberToBinInt32LE

  • 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.

    For the reverse, see binToNumberInt32LE.

    Parameters

    • value: number

      the number to encode

    Returns Uint8Array

Generated using TypeDoc