Abstract base class for all 2D discrete FFT transform classes. This class manages the setup and tear down of all discrete fourier resources.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
[SerializableAttribute]
public abstract class FFT2DBase
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class FFT2DBase
Visual C++
[SerializableAttribute]
public ref class FFT2DBase abstract

Remarks

Inheritance Hierarchy

See Also