re bonjour,
je cherche a tester si une matrice contient une valeur pour un jeu de coordonnées semantics [group,zone] connu. J'ai testé
if(mamatrix.getValue(group,zone) != null)...
mais un double ne peut pas etre testé pour null...
comment on teste alors a part a tester si mamatrix.getSubMatrix(0,group).getSubMatrix(1,zone) != null) ?
Merci