예제 #1
0
파일: Peak.cs 프로젝트: Acedon95/DeconTools
 public int CompareTo(Peak other)
 {
     return(XValue.CompareTo(other.XValue));
 }