Skip to main content
This is lesson 1 of 12 in this module Course 45% complete

1D, 2D and Jagged Arrays

Premium Content

Sign in with your account or sign up 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.