Click or drag to resize

DecomposeByColumnContentDataAndOptions Constructor

Initializes a new instance of the DecomposeByColumnContentDataAndOptions class.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DecomposeByColumnContentDataAndOptions(
	DataTableMultipleColumnProxy data,
	DecomposeByColumnContentOptions options
)

Parameters

data  DataTableMultipleColumnProxy
The selected source data.
options  DecomposeByColumnContentOptions
The decomposition options.
See Also