IntRange constructor
init
Initializes a new instance of the IntRange class.
def __init__(self, range):
...
| Parameter | Type | Description |
|---|---|---|
| range | list | The range. |
init
Initializes a new instance of the IntRange class.
def __init__(self, start, count):
...
| Parameter | Type | Description |
|---|---|---|
| start | int | The start. |
| count | int | The count. |
init
Initializes a new instance of the IntRange class.
def __init__(self, start, count, delta):
...
| Parameter | Type | Description |
|---|---|---|
| start | int | The start. |
| count | int | The count. |
| delta | int | The delta. |
See Also
- module
aspose.cad - class
IntRange