Click or drag to resize

ExtractCommonColumnsToTableDataSource(ExtractCommonColumnsToTableData, ExtractCommonColumnsToTableOptions, IDataSourceImportOptions) Constructor

Initializes a new instance of the ExtractCommonColumnsToTableDataSource class.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ExtractCommonColumnsToTableDataSource(
	ExtractCommonColumnsToTableData inputData,
	ExtractCommonColumnsToTableOptions dataSourceOptions,
	IDataSourceImportOptions importOptions
)

Parameters

inputData  ExtractCommonColumnsToTableData
The input data designates the original source of data (used then for the processing).
dataSourceOptions  ExtractCommonColumnsToTableOptions
The Fourier transformation options.
importOptions  IDataSourceImportOptions
The data source import options.
Exceptions
ExceptionCondition
ArgumentNullException inputData or transformationOptions or importOptions
See Also