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