Exemple #1
0
 public int CompareTo(Peak other)
 {
     return(XValue.CompareTo(other.XValue));
 }