Overload List
| # | Signature | Description |
|---|---|---|
| 1 | procedure SetSubRangeLevel(const Src: TDenseMtxVec; Index: Integer; Len: Integer); | Defines a sub Matrix/matrix and pushes the stack. |
| 2 | procedure SetSubRangeLevel(Index: Integer; Len: Integer); | Defines a sub Matrix/matrix and pushes the stack. |
Overload 1: procedure SetSubRangeLevel(const Src: TDenseMtxVec; Index: Integer; Len: Integer);
Defines a sub Matrix/matrix and pushes the stack.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TDenseMtxVec | |
| 2 | Index | Integer | start index |
| 3 | Len | Integer | element count |
Result: stored in self (calling object)
Overload 2: procedure SetSubRangeLevel(Index: Integer; Len: Integer);
Defines a sub Matrix/matrix and pushes the stack.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Integer | start index |
| 2 | Len | Integer | element count |
Result: stored in self (calling object)