FUNCTION MakeShort( bLow AS BYTE, bHigh AS BYTE ) AS SHORT
public static short MakeShort( byte bLow, byte bHigh )
1? MakeShort(0x01, 0x01) // 256 2? MakeShort(0xFF, 0xFF) // -1