Click or drag to resize

DataTableTransposeDataSource(DataTableProxy, DataTableTransposeOptions, IDataSourceImportOptions) Constructor

Initializes a new instance of the DataTableTransposeDataSource class.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DataTableTransposeDataSource(
	DataTableProxy inputData,
	DataTableTransposeOptions dataSourceOptions,
	IDataSourceImportOptions importOptions
)

Parameters

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