Returns the frequency at the given FFT index

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public double FFTIdx2Freq(
	int fftIdx
)
Visual Basic
Public Function FFTIdx2Freq ( _
	fftIdx As Integer _
) As Double
Visual C++
public:
double FFTIdx2Freq(
	int fftIdx
)

Parameters

fftIdx
Type: System..::..Int32
The index for which we want to obtain the frequency for

Return Value

Returns the frequency for the given index

See Also