예제 #1
0
 public float GetMaxTime(IRawFile rawFile)
 {
     return((float)rawFile.GetMS1TimeSpan(LastScanIndex)[1]);
 }
예제 #2
0
 public float GetMinTime(IRawFile rawFile)
 {
     return((float)rawFile.GetMS1TimeSpan(Math.Max(0, FirstScanIndex - 1))[0]);
 }