Converting 2D arrays to 1D and accessing as either 2D or 1D 11 April 2012 Richard Moss c# | array | 2d | 1d | row order 1 comment This article shows how you can store 2D data in a 1D array using row-major order and convert locations between the two. Continue Reading