Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
あなたは言うことができます:
currentImage = (imageMax + currentImage - 1) % imageMax;
モジュラス演算子を実行する前に imageMax を追加すると、1 を減算した後に imageMax がゼロ未満になるケースが処理されます。