Function deserializeInt16

  • Deserializes an array representing the bytes of an int16.

    Returns

    The deserialized int16.

    Parameters

    • bytes: number[]

      The array containing the bytes representing the int16.

    • options: ByteifyOptions = ...

      The ByteifyOptions to use to deserialize the array.

    Returns number

Generated using TypeDoc