lundi 6 avril 2015

Matrix size Java


Vote count:

0




I have a matrix for example 5x10.



double[][] matrix = new double[5][10]


I would like to know the size of these matrix, But if I do it:



matrix.length


It only return me columns size: 10


How could I do it?



asked 40 secs ago







Matrix size Java

Aucun commentaire:

Enregistrer un commentaire