|  | FFT2DBase(FFT2DBase, FFTDirection) Constructor | 
            Base class constructor that makes a deep copy the configuration 
            from another FFT instance.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxprotected FFT2DBase(
	ref FFT2DBase fftbase,
	FFTDirection direction
)
Protected Sub New ( 
	ByRef fftbase As FFT2DBase,
	direction As FFTDirection
)
protected:
FFT2DBase(
	FFT2DBase^% fftbase, 
	FFTDirection direction
)
new : 
        fftbase : FFT2DBase byref * 
        direction : FFTDirection -> FFT2DBaseParameters
- fftbase  FFT2DBase
- A 2D FFT instance
- direction  FFTDirection
- The 2D FFT direction, either forward or backward.
 See Also
See Also