| 
            
              MeasureSizeValidateNoteValueAtBeat(Double, Int32) Method
             | 
          
        
        
            Validates that given note value will fit within this 
MeasureSize for specified beat.
            
 
        
        Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
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);
 View SourceParameters
- noteValue  Double
 - Note value (i.e., length) to validate.
 - beat  Int32
 - Beat within in measure where note value is trying to fit.
 
See Also