Exemple #1
0
        private static double GetIsolationWindowWidth(IXRawfile5 rawFile, int scanNo, int msLevel)
        {
            double width = 0;

            rawFile.GetIsolationWidthForScanNum(scanNo, msLevel - 1, ref width);
            return(width);
        }