Would it be possible to have a functions similar to IArray.ConvertToDoubleArray returning arrays of the right dimensions? Currently one needs to know how the file format orders multidimensional data into single dimensional array in order to be able to use it.
Would it be possible to have a functions similar to
IArray.ConvertToDoubleArrayreturning arrays of the right dimensions? Currently one needs to know how the file format orders multidimensional data into single dimensional array in order to be able to use it.