I have an array defined:
int [,] ary; // ... int nArea = ary.Length; // x*y or total area
This is all well and good, but I need to know how
ary.GetLength(0) ary.GetLength(1)
for 2 dimensional array