This is lesson 1 of 12 in this module Course 80% complete

1D, 2D and Jagged Arrays

Premium Content

Sign in with your account or join us to access this lesson.

We introduce the three array varieties available in .NET: one-dimensional, multi-dimensional, and jagged arrays, using an image manipulation scenario to motivate the comparison. The lesson explains the syntax differences and the jagged-array initialization loop, setting up an investigation of which approach is fastest for pixel access.