CSMSL.IO.Thermo.ThermoMzPeak.ThermoMzPeak C# (CSharp) Method

ThermoMzPeak() public method

public ThermoMzPeak ( double mz, double intensity, int charge, double noise = 0.0, double resolution = 0.0 ) : CSMSL.Spectral
mz double
intensity double
charge int
noise double
resolution double
return CSMSL.Spectral
        public ThermoMzPeak(double mz, double intensity, int charge = 0, double noise = 0.0, double resolution = 0.0)
            : base(mz, intensity)
        {
            Charge = charge;
            Noise = noise;
            Resolution = resolution;
        }

Same methods

ThermoMzPeak::ThermoMzPeak ( ) : CSMSL.Spectral