CSMSL.Spectral.ChromatographicPeak.ChromatographicPeak C# (CSharp) 메소드

ChromatographicPeak() 공개 메소드

public ChromatographicPeak ( double time, double intensity )
time double
intensity double
        public ChromatographicPeak(double time, double intensity)
        {
            Time = time;
            Intensity = intensity;
        }