急に忘れてしまうので、備忘メモ intからbyteは、キャストする。 int intval1 = 255; byte byteval1 = (byte)intval1; byteからintは、ビット演算 ...
確定! 回上一頁