pinvoke marshalling of 2d multidimensional array of type double as input and output between c# and c++
问题 I have the following c# and c++ pinvoke marshalling of 2d multidimensional array of type double matter I'm trying to solve. I've reviewed the following hit to get what I have currently P/Invoke with arrays of double - marshalling data between C# and C++ . I've reviewed Marshalling C# Jagged Array to C++ which has a very good scenario match but it's not clear how to go from answer to all aspects of implementation. My issue, I think if i'm on right path so far, is how I unwind the c++