|   | MeasureSizeValidateNoteValueAtBeat(Double, Int32) Method | 
        
        
            Validates that given note value will fit within this 
MeasureSize for specified beat.
            
 GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic void ValidateNoteValueAtBeat(
	double noteValue,
	int beat
)
Public Sub ValidateNoteValueAtBeat ( 
	noteValue As Double,
	beat As Integer
)
public:
void ValidateNoteValueAtBeat(
	double noteValue, 
	int beat
)
member ValidateNoteValueAtBeat : 
        noteValue : float * 
        beat : int -> unit function ValidateNoteValueAtBeat(noteValue, beat);
Parameters
- noteValue  Double
- Note value (i.e., length) to validate.
- beat  Int32
- Beat within in measure where note value is trying to fit.
 See Also
See Also