Constructs a complex FFT object.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ComplexFFT(
int n
)
Public Sub New (
n As Integer
)
public:
ComplexFFT(
int n
)
new :
n : int -> ComplexFFT
Parameters
- n
- Type: SystemInt32
A int which specifies the array size that this object can
handle.
See Also