1 | initial version |
hi, follow the snipe below will help you
DMatch[] arrayDmatch = matches.toArray(); print ("matches "+arrayDmatch);
for (int i = arrayDmatch.Length - 1; i >= 0; i--) {
print ("match "+i+": "+arrayDmatch[i].distance);
}