|   | SongAddRest(Double) Method | 
        
        
            Add a rest for the given length for the current beat.
            
        
        Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic void AddRest(
	double restLength
)
Public Sub AddRest ( 
	restLength As Double
)
public:
void AddRest(
	double restLength
)
member AddRest : 
        restLength : float -> unit function AddRest(restLength);
Parameters
- restLength  Double
- Duration of wait specified as a note value.
 See Also
See Also