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 FloatForward2DFFT(
	FFT2DBase fft
)
Visual Basic (Declaration)
Public Sub New ( _
	fft As FFT2DBase _
)
Visual C++
public:
FloatForward2DFFT(
	FFT2DBase^ fft
)

Parameters

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

Exceptions

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

See Also