InterpolatedPeakFunctionFrom2DTable(Int32, Int32, String, Int32, String, Boolean) Constructor |
Namespace: Altaxo.Calc.FitFunctions.PeaksAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic InterpolatedPeakFunctionFrom2DTable(
int numberOfTerms,
int orderOfBaselinePolynomial,
string tableName,
int groupNumberOfParticipatingColumns,
string nameOfPropertyForPositionOrWidth,
bool propertyIsPeakWidth
)
Parameters
- numberOfTerms Int32
- The number of peak terms.
- orderOfBaselinePolynomial Int32
-
The order of the baseline polynomial, or -1 to disable the baseline.
- tableName String
- The full name of the data table that contains the peak curves and metadata.
- groupNumberOfParticipatingColumns Int32
-
The column group number used to select the participating columns.
- nameOfPropertyForPositionOrWidth String
-
The name of the property column that stores the peak position values or width values for each participating column.
- propertyIsPeakWidth Boolean
-
Indicates whether the property column stores peak width values (true) or peak position values (false).
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown if no participating columns are found, if no x column can be determined, or if the x column is not a
DoubleColumn.
|
See Also