|  | Float | 
The FloatComplexBackward2DFFT type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this FFT instance. | 
|  | CreateInverseFFT | Creates a forward FFT instance of this backward float complex 2D FFT. | 
|  | FFT(FloatComplex, FloatComplex) | Computes backward 2D FFT of min and places the result in mout | 
|  | FFT(FloatComplexMatrix, FloatComplexMatrix) | Computes the backward 2D FFT of min and places the result in mout | 
|  | FFTInPlace(FloatComplex) | Computes the in-place backward 2D FFT of the signal minout. | 
|  | FFTInPlace(FloatComplexMatrix) | Computes the in-place backward 2D FFT of the signal minout. | 
|  | SetScaleFactorByLength | Sets the backward FFT scale factor to 1/Rows*Cols. | 
|  | ToString | Returns a String containing a summary of this FFT type. (Inherited from FFT2DBase) | 
 See Also
See Also