Use the CopyToArray() Method. Note however, that matrices now use jagged arrays internally, not multidimensional arrays (was changed in this version). If your use case allows you to use jagged arrays, too, you would probably get much better performance (jagged arrays are faster in general, and you would...