Click or drag to resize

DecomposeByColumnContentOptions(DecomposeByColumnContentOptions) Constructor

Initializes a new instance of the DecomposeByColumnContentOptions class by copying another instance.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DecomposeByColumnContentOptions(
	DecomposeByColumnContentOptions from
)

Parameters

from  DecomposeByColumnContentOptions
The source options.
See Also