|
Tempo(Int32, Double) Constructor
|
Contructs a new
Tempo object.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax public Tempo(
int totalNoteValues,
double noteValue
)
Public Sub New (
totalNoteValues As Integer,
noteValue As Double
)
public:
Tempo(
int totalNoteValues,
double noteValue
)
new :
totalNoteValues : int *
noteValue : float -> Tempo
GSF.Media.Music.Tempo = function(totalNoteValues, noteValue);
View SourceParameters
- totalNoteValues Int32
- Total note values for Tempo.
- noteValue Double
- Note value used for Tempo.
See Also