Method | Description | |
---|---|---|
Dta ( string name, int id, double precursorMass, int precursorCharge, MZSpectrum mzSpectrum ) : System.Text | ||
ToOutput ( string precursormassFormat = "F5", string massFormat = "F4", string intensityFormat = "F2" ) : string |
public Dta ( string name, int id, double precursorMass, int precursorCharge, MZSpectrum mzSpectrum ) : System.Text | ||
name | string | |
id | int | |
precursorMass | double | |
precursorCharge | int | |
mzSpectrum | MZSpectrum | |
return | System.Text |
public ToOutput ( string precursormassFormat = "F5", string massFormat = "F4", string intensityFormat = "F2" ) : string | ||
precursormassFormat | string | |
massFormat | string | |
intensityFormat | string | |
return | string |