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