예제 #1
0
 public int Compare(ICompareDescriptor other)
 {
     if (other == null)
     {
         return(1);
     }
     return(Intensity.CompareTo((other as Tempogram).Intensity));
 }
예제 #2
0
 public int Compare(ICompareDescriptor other)
 {
     if (other == null) return 1;
     return Intensity.CompareTo((other as Tempogram).Intensity);
 }