Click or drag to resize

DoubleForward2DFFT(FFT2DBase) Constructor

Constructs a forward 2D FFT instance by copying the configuration from another FFT instance.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleForward2DFFT(
	FFT2DBase fft
)

Parameters

fft  FFT2DBase
Any 2D double real FFT instance
Exceptions
ExceptionCondition
NMathFormatException Thrown if the given FFT2DBase does not represent an 2-dimensional double real FFT instance.
See Also