i have an array like so
int[,] 2dArray = new int[8,16]{...filled it up...};
i want to get one of the 8 arrays and store it in subArray