SpectroscopyCommandsPeakTable_UsedForFitColumnName Method |
Gets the standard name of the boolean/indicator column marking whether a point was used for fitting for the specified spectrum.
Namespace: Altaxo.Science.SpectroscopyAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static string PeakTable_UsedForFitColumnName(
int numberOfSpectrum
)
Parameters
- numberOfSpectrum Int32
- Zero-based spectrum index.
Return Value
StringThe column name indicating points used for fitting.
See Also