Click or drag to resize

MeasureSize(Int32, Double) Constructor

Creates a new musical measure defined as the number of beats per note value.

Namespace: GSF.Media.Music
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public MeasureSize(
	int beats,
	double noteValue
)
View Source

Parameters

beats  Int32
A Int32 representing the beats.
noteValue  Double
A Double representing the note value.
See Also