IMSL .NET Numerical Libraries
IMSL .NET Numerical Libraries
Imsl.Math
FFT Class
FFT Constructor
FFT Methods
FFT Constructor
Constructs an FFT object.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
C#
VB
C++
F#
Copy
public
FFT
(
int
n
)
Public
Sub
New
(
n
As
Integer
)
public
:
FFT
(
int
n
)
new
:
n
:
int
->
FFT
Parameters
n
Type:
System
Int32
A
int
which specifies the array size that this object can handle.
See Also
Reference
FFT Class
Imsl.Math Namespace
Send comments on this topic to
IMSL support