H I'm using VB.NET, and i have a two dimensional array. How do I extract a one-dimensional array from it? I.E the 3rd row.
Something like MAT[0] which i would do in java to get the first row from a matrix.
Thanks.
We started with Q&A. Technical documentation is next, and we need your help.
Whether you're a beginner or an experienced developer, you can contribute.
H I'm using VB.NET, and i have a two dimensional array. How do I extract a one-dimensional array from it? I.E the 3rd row. Something like MAT[0] which i would do in java to get the first row from a matrix. Thanks. |
|||||||||
|
I think you have to write a simple function to get a single row as an array, for example:
|
|||
|
Use parenthesis instead ob brackets:
|
|||||||||
|