|  | Float | 
The FloatComplexForward1DFFT type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this FFT instance. | 
|  | CreateInverseFFT | Creates a backward FFT instance of this forward float complex 1D FFT. | 
|  | FFT(FloatComplex) | Computes foward FFT of vin. | 
|  | FFT(FloatComplexVector) | Computes the foward FFT of vin. | 
|  | FFT(FloatComplex, FloatComplex) | Computes foward FFT of vin and places the result in vout | 
|  | FFT(FloatComplexVector, FloatComplexVector) | Computes the foward FFT of vin and places the result in vout | 
|  | FFT(FloatComplex, Int32, FloatComplex, Int32) | Computes the forward FFT of vin and places the result in vout, where vin and vout contain offset signal data, vinoffset, voutoffset, respectively, from the [0] element. | 
|  | FFTInPlace(FloatComplex) | Computes the in-place forward FFT of the signal vinout. | 
|  | FFTInPlace(FloatComplex) | Obsolete. Computes the forward FFT of each row in arrayinout and returns the results in-place. | 
|  | FFTInPlace(FloatComplexVector) | Computes the in-place forward FFT of the signal vinout. | 
|  | FFTInPlace(FloatComplex, Int32) | Computes the in-place forward FFT of the signal vinout. | 
|  | FFTInPlaceArray | Computes the forward FFT of each row in arrayinout and returns the results in-place. | 
|  | ToString | Returns a String containing a summary of this FFT type. (Inherited from FFTBase) | 
 See Also
See Also