Click or drag to resize

TDSpectralTransformationClass Constructor

Initializes a new instance of the TDSpectralTransformationClass class.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public TDSpectralTransformationClass(
	WITecTreeNode node,
	WITecReader reader
)

Parameters

node  WITecTreeNode
The node representing the transformation in the WITec project tree.
reader  WITecReader
The reader used to resolve referenced nodes if necessary.
See Also