ISpectrumProviderGetFftBandIndex Method |
Namespace:
WinformsVisualization.Visualization
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax int GetFftBandIndex(
float frequency
)
Function GetFftBandIndex (
frequency As Single
) As Integer
Dim instance As ISpectrumProvider
Dim frequency As Single
Dim returnValue As Integer
returnValue = instance.GetFftBandIndex(frequency)
abstract GetFftBandIndex :
frequency : float32 -> int
int GetFftBandIndex(
float frequency
)
function GetFftBandIndex(
frequency : float
) : int
function GetFftBandIndex(frequency);
Parameters
- frequency
- Type: SystemSingle
Return Value
Type:
Int32See Also