Click or drag to resize

InterpolatedPeakFunctionFrom2DTable Properties

The InterpolatedPeakFunctionFrom2DTable type exposes the following members.

Properties
 NameDescription
Protected propertyAreaSpline Gets the interpolation function used to calculate area values.
(Inherited from InterpolatedPeakFunctionFromMatrix)
Protected propertyFwhmSpline Gets the interpolation function used to calculate full width at half maximum (FWHM) values.
(Inherited from InterpolatedPeakFunctionFromMatrix)
Public propertyGroupNumberOfParticipatingColumns Gets the column group number used to select the participating columns within the table.
Protected propertyMaximalPositionOrWidth Gets the maximal peak position that can be evaluated.
(Inherited from InterpolatedPeakFunctionFromMatrix)
Protected propertyMaximalX Gets the maximal x value that can be evaluated.
(Inherited from InterpolatedPeakFunctionFromMatrix)
Protected propertyMinimalPositionOrWidth Gets the minimal peak position that can be evaluated.
(Inherited from InterpolatedPeakFunctionFromMatrix)
Protected propertyMinimalX Gets the minimal x value that can be evaluated.
(Inherited from InterpolatedPeakFunctionFromMatrix)
Public propertyNameOfPropertyForPeakPositionOrWidth Gets the name of the property column that stores the peak position values or peak width value for each participating column. The exact meaning depends on the value of PropertyIsPeakWidth: if true, the property column is expected to store peak width values; if false, the property column is expected to store peak position values.
Public propertyNumberOfDependentVariables Number of dependent variables (i.e. y, in Altaxo this is commonly called v (like value)).
(Inherited from InterpolatedPeakFunctionFromMatrix)
Public propertyNumberOfIndependentVariables Number of independent variables (i.e. x).
(Inherited from InterpolatedPeakFunctionFromMatrix)
Public propertyNumberOfParameters Number of parameters of this fit function.
(Inherited from InterpolatedPeakFunctionFromMatrix)
Protected propertyNumberOfParametersPerPeak Gets the number of parameters per peak.
(Inherited from InterpolatedPeakFunctionFromMatrix)
Public propertyNumberOfTerms Gets the number of peak terms.
(Inherited from InterpolatedPeakFunctionFromMatrix)
Public propertyOrderOfBaselinePolynomial Gets the order of the baseline polynomial.
(Inherited from InterpolatedPeakFunctionFromMatrix)
Public propertyParameterNamesForOnePeak Gets the parameter names for one peak.
(Inherited from InterpolatedPeakFunctionFromMatrix)
Public propertyPropertyIsPeakWidth Gets a value indicating whether the additional peak property represents the peak width.
(Inherited from InterpolatedPeakFunctionFromMatrix)
Protected propertySpline Gets the spline used to interpolate the lookup table.
(Inherited from InterpolatedPeakFunctionFromMatrix)
Public propertyTableName Gets the name of the data table that contains the peak curves and any associated metadata.
Top
See Also