Constructs a complex FFT object.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public ComplexFFT( int n ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ n As Integer _ ) |
Visual C++ |
---|
public: ComplexFFT( int n ) |
Parameters
- n
- Type: System..::.Int32
A int which specifies the array size that this object can handle.