|  | Float | 
The FloatForward2DFFT type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this FFT instance. | 
|  | FFT(FloatMatrix, FloatMatrix) | Computes the foward FFT of vin and places the result in vout | 
|  | FFT(Single, Single) | Computes the forward out-of-place FFT of vin. | 
|  | FFTInPlace(FloatMatrix) | Computes the in-place forward FFT of the signal vinout. | 
|  | FFTInPlace(Single) | Computes the in-place forward FFT of the signal vinout. | 
|  | GetSignalReader(FloatMatrix) | Generates the appropriate reader to unpack the packed complex conjugate symmetric FFT's computed by this class. | 
|  | GetSignalReader(Single) | Generates the appropriate reader to unpack the packed complex conjugate symmetric FFT's computed by this class. | 
|  | ToString | Returns a String containing a summary of this FFT type. (Inherited from FFT2DBase) | 
 See Also
See Also