CSMSL.Spectral.ChromatographicPeak.ChromatographicPeak C# (CSharp) Method

ChromatographicPeak() public method

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