2-byte signed Integer (n)~ An automation integer data type that can be…
페이지 정보
본문
2-byte signed Integer (n)~ An automation integer data type that can be either positive or negative. The most significant bit is the sign bit which is 1 for negative values and 0 for positive values. The storage size of the integer is 2 bytes. A 2-byte signed integer can have a range from -32768 to 32767.