• Encode the array into a binary string

    Parameters

    • array: number[]

      The array

    Returns string

    A binary string where each element inthe array takes two bytes.

    Remarks

    Array element is truncated into 2 bytes (16 bits), little endian.

Generated using TypeDoc