Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SetSubRangeLevel(TDenseMtxVec Src, Int32 Index, Int32 Len) | Defines a sub Matrix/matrix and pushes the stack. |
| 2 | void SetSubRangeLevel(Int32 Index, Int32 Len) | Defines a sub Matrix/matrix and pushes the stack. |
Overload 1: void SetSubRangeLevel(TDenseMtxVec Src, Int32 Index, Int32 Len)
Defines a sub Matrix/matrix and pushes the stack.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TDenseMtxVec | source TVec or TMtx |
| 2 | Index | Int32 | start index |
| 3 | Len | Int32 | element count |
Result: stored in self (calling object)
Overload 2: void SetSubRangeLevel(Int32 Index, Int32 Len)
Defines a sub Matrix/matrix and pushes the stack.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Int32 | start index |
| 2 | Len | Int32 | element count |
Result: stored in self (calling object)