Пример #1
0
 public int CompareTo(Genome other)
 {
     return(nnet.CompareTo(other.nnet));
 }