ChromatogramTick {BioNovoGene.Analytical.MassSpectrometry.Math.Chromatogram} | .NET clr documentation |
The chromatogram signal ticks ({time => intensity}
)
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.Chromatogram
export class ChromatogramTick {
# number of detector counts
Intensity: double;
# The signal tick time in second
Time: double;
}