Click or drag to resize

FourPointPeakEvaluationDataSource(XAndYColumn, FourPointPeakEvaluationOptions, IDataSourceImportOptions) Constructor

Initializes a new instance of the FourPointPeakEvaluationDataSource class.

Namespace: Altaxo.Science.Signals
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FourPointPeakEvaluationDataSource(
	XAndYColumn inputData,
	FourPointPeakEvaluationOptions dataSourceOptions,
	IDataSourceImportOptions importOptions
)

Parameters

inputData  XAndYColumn
The input data designates the original source of data (used then for the processing).
dataSourceOptions  FourPointPeakEvaluationOptions
The evaluation options.
importOptions  IDataSourceImportOptions
The data source import options.
See Also