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