[]
Gets the accumulated length up to the indicated index (not including).
public T GetOffset(int index)
Public Function GetOffset(index As Integer) As T
| Type | Name | Description |
|---|---|---|
| int | index | The index. |
| Type | Description |
|---|---|
| T |
Gets the accumulated length between the specified indexes (including both).
public T GetOffset(int from, int to)
Public Function GetOffset(from As Integer, [to] As Integer) As T
| Type | Name | Description |
|---|---|---|
| int | from | The starting index. |
| int | to | The ending index. |
| Type | Description |
|---|---|
| T |