new Interval
Represents the closed interval [start, stop].
Parameters:
Name | Type | Argument | Default | Description |
---|---|---|---|---|
start |
Number |
<optional> |
0.0 | The beginning of the interval. |
stop |
Number |
<optional> |
0.0 | The end of the interval. |