Constructs a forward 2D FFT instance by copying the configuration from another FFT instance.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleComplexForward2DFFT(
	FFT2DBase fft
)
Visual Basic (Declaration)
Public Sub New ( _
	fft As FFT2DBase _
)
Visual C++
public:
DoubleComplexForward2DFFT(
	FFT2DBase^ fft
)

Parameters

fft
Type: CenterSpace.NMath.Core..::.FFT2DBase
Any 2D double complex FFT instance

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.NMathFormatException Thrown if the given FFT2DBase does not represent an 2-dimensional double complex FFT instance.

See Also