Abstract base class for all 1D 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 FFTBase : IDisposable
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class FFTBase _
	Implements IDisposable
Visual C++
[SerializableAttribute]
public ref class FFTBase abstract : IDisposable

Remarks

Inheritance Hierarchy

See Also