multidimensional arrays

  1. logan291g

    How can I swap sections of data in two different 2d arrays of the same length, forming a third (child) 2d array?

    I am extremely new to coding and I am currently learning C# on my own. I have searched around but I cannot find what I am looking for. I may not be searching for the correct terms. I am wondering how I could swap sections of 2 different 2d arrays, with each other, and form a new (child) 2d...
  2. eCrescioni

    New to C# - I gave "Image Blur" a shot and wrote about it. (Multidimensional arrays)

    New to C# - I gave "Image Blur" a shot and wrote about it. (Multidimensional arrays) I figured it was a good way to understand multidimensional arrays in C#. Any suggestions or criticism is appreciated, I'm still very new to the language. Here's the link to the post...
Back
Top Bottom