PeakFittingOfMultipleSpectraByIncrementalPeakAdditionDataSourcePeakTable_UsedForFitColumnName Method |
Gets the column name that indicates whether a spectrum point was used for fitting.
Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectraAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string PeakTable_UsedForFitColumnName(
int numberOfSpectrum
)
Parameters
- numberOfSpectrum Int32
- The zero-based index of the spectrum.
Return Value
StringThe peak-table column name that indicates whether points were used for fitting.
See Also