TopIons

范围:

MS 谱图

参数:

count as integer

说明:

返回给定数量的最大丰度质谱离子

语法:

TopIons(count as integer)

示例:

CurrentPeakOrGroup.AllMsSpectra.First().TopIons(3).Select(function (item) item.ToString()).Aggregate(function(a, b) a + ", " + b) 在字符串中返回前 3 个最大丰度离子。

返回范围:

离子列表