SC2Mapster.com Wiki

byte is a 8-bit integer that can have the values -127 (-27 + 1) to 127 (27 - 1).

byte x = 2;
x *= 4; // now 8
x *= 16; // 128 - Overflow.

You must login to post a comment. Don't have an account? Register to get one!

Facts

Date created
Mar 12, 2010

Author