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