Constructs an FFT object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public FFT(
	int n
)
Visual Basic (Declaration)
Public Sub New ( _
	n As Integer _
)
Visual C++
public:
FFT(
	int n
)

Parameters

n
Type: System..::.Int32
A int which specifies the array size that this object can handle.

See Also