Dear Erel,
Can we have a more powerful method than object.Length?
The requirement being returning the dimensions of a multidimensional array.
I am doing a lot of matrix manipulations and at various places need to work on the dimensions i.e. size of the matrix.
The method should be capable of returning number of rows and number of columns, like MATLAB command:
[r,c]=size(mat1);
Warm regards and thanks,
Rajesg
Can we have a more powerful method than object.Length?
The requirement being returning the dimensions of a multidimensional array.
I am doing a lot of matrix manipulations and at various places need to work on the dimensions i.e. size of the matrix.
The method should be capable of returning number of rows and number of columns, like MATLAB command:
[r,c]=size(mat1);
Warm regards and thanks,
Rajesg