Click or drag to resize

PeakSearchingAndFittingOptionsDocNode(PeakSearchingAndFittingOptions, ListValueTupleInt32, IDocumentLeafNode) Constructor

Initializes a new instance of the PeakSearchingAndFittingOptionsDocNode class.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected PeakSearchingAndFittingOptionsDocNode(
	PeakSearchingAndFittingOptions options,
	List<(int number, IDocumentLeafNode proxy)> proxyList
)

Parameters

options  PeakSearchingAndFittingOptions
The options object.
proxyList  ListValueTupleInt32, IDocumentLeafNode
The proxy list.
See Also