Create byte array that represents signed 16-bit integer

Declaration Syntax
public static byte[] EncodeS16(
short value
)
Public Shared Function EncodeS16 ( _
value As Short _
) As Byte()

Parameters
- value (Int16)
- 16-bit integer to encode

Return Value
2-byte encoding of 16-bit integer
Assembly:
MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)