ILNumerics Ultimate VS

IFFT.FFTForward Method (InArray<fcomplex>, UInt32)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
performs n-dimensional fft

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.Native
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

RetArray<fcomplex> FFTForward(
	InArray<fcomplex> A,
	uint nDims
)

Parameters

A
Type: ILNumerics.InArray<fcomplex>
input array
nDims
Type: System.UInt32
number of dimension of fft

Return Value

Type: RetArray<fcomplex>
result, same size as A
Remarks

[ILNumerics Core Module]

See Also

Reference