0
votes
votes
1 answers
How to shortly copy a jagged part of an array into a 1D array?
How to shortly copy a jagged part of a double array into a 1D array? I have "double" A[][,] and I want to copy all elements in A[1][i,2] into another 1D double array B[] : i.e put this elements of A into X A[1][0,2]-->X ...
