Replies: 1 comment · 1 reply
-
|
If the memory is contiguous, you can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just started using pythonnet with C# and I am having trouble passing multi-dimensional arrays back and forth between python and C#. I can receive the arrays in C# but I can not convert the PyObject received to a C# object. Can someone point me to some documentation or example code to help me figure this issue out? To be a little more specific, on the python side I am creating and working with 2, 3 and 4 dimensional matrices that I would like to pass to C#. I can pass the data but I am unable to convert these matrices into C# objects. These matrices are float and integer matrices. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions