Click or drag to resize
ComplexFFT Constructor
Constructs a complex FFT object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ComplexFFT(
	int n
)

Parameters

n
Type: SystemInt32
A int which specifies the array size that this object can handle.
See Also