Click or drag to resize

FourierTransformation2DDataSource(FourierTransformation2DDataSource) Constructor

Initializes a new instance of the FourierTransformation2DDataSource class.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public FourierTransformation2DDataSource(
	FourierTransformation2DDataSource from
)

Parameters

from  FourierTransformation2DDataSource
Another instance to copy from.
See Also