Exemplo n.º 1
0
 public int CompareTo(PermutationFound other) => EstimatedClusterCount.CompareTo(other.EstimatedClusterCount);
Exemplo n.º 2
0
 public int CompareTo(IndexFound other)
 {
     return(EstimatedClusterCount.CompareTo(other.EstimatedClusterCount));
 }