Represents the closed interval [start, stop].
    
    
    
    
    
    
        
| Name | Type | Default | Description | 
|---|---|---|---|
| start | Number | 0.0 | optional The beginning of the interval. | 
| stop | Number | 0.0 | optional The end of the interval. | 
