Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for (int col = Math.Max(0, targetCol - radius); col <= Math.Min(targetCol + radius, target[targetRow].Count - 1); col++)
- {
- // do smth
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement