Constructs a backward 2D FFT instance by copying the configuration from another FFT instance.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleComplexBackward2DFFT( FFT2DBase fft ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ fft As FFT2DBase _ ) |
| Visual C++ |
|---|
public: DoubleComplexBackward2DFFT( FFT2DBase^ fft ) |
Parameters
- fft
- Type: CenterSpace.NMath.Core..::.FFT2DBase
Any 2D double complex FFT instance
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.NMathFormatException | Thrown if the given FFT2DBase does not represent an 2-dimensional double complex FFT instance. |