|
MeasureSize(Int32, NoteValue) Constructor
|
Creates a new musical measure defined as the number of beats per note value.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.246-beta
Syntaxpublic MeasureSize(
int beats,
NoteValue noteValue
)
Public Sub New (
beats As Integer,
noteValue As NoteValue
)
public:
MeasureSize(
int beats,
NoteValue noteValue
)
new :
beats : int *
noteValue : NoteValue -> MeasureSize
GSF.Media.Music.MeasureSize = function(beats, noteValue);
View SourceParameters
- beats Int32
- A Int32 representing the beats.
- noteValue NoteValue
- A NoteValue representing the note value.
See Also