BASS.NET API for the Un4seen BASS Audio Library

UtilsBPM2Seconds Method

BASS.NET API for the Un4seen BASS Audio Library
Calculates the length of one beat for a given BPM value.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static float BPM2Seconds(
	float bpm
)

Parameters

bpm
Type: SystemSingle
The BPM value to translate.

Return Value

Type: Single
The length in seconds of one beat (or -1 if bpm is zero).
See Also

Reference