Advertisement
GeraldoNogueira

Untitled

May 2nd, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.23 KB | None | 0 0
  1. var teusGenes;
  2. var tuasLeituras;
  3.  
  4. for(i in genes)
  5. {
  6.   for(j in amostras)
  7.   {
  8.     genes[i] // indice do gene atual (linha)
  9.     amostra[j] // indice da amostra atual (coluna)
  10.     // calcular coisas com genes e amostras
  11.   }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement