Returns an range object
| Name | Type | Default | Description |
|---|---|---|---|
first |
Number | 0 |
first value of range. |
last |
Number | 0 |
last value of range. |
Members
-
- Default Value:
- 0
-
- Default Value:
- 0
Methods
-
Checks whether the range object given are contained within this range.
Name Type Description rangeRange The range object of test.
-
Checks whether the value given are contained within this range.
Name Type Description valueNumber The value of test.