PeakFittingOfMultipleSpectraByIncrementalPeakAdditionDataSourcePeakTable_PreprocessedColumnNameY Method |
Gets the y-column name for a preprocessed spectrum.
Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectraAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string PeakTable_PreprocessedColumnNameY(
int numberOfSpectrum
)
Parameters
- numberOfSpectrum Int32
- The zero-based index of the spectrum.
Return Value
StringThe peak-table y-column name for the preprocessed spectrum.
See Also