IntPtr PIValues(Int32 Index)
Obtains a pointer to the 32bit signed integer value of the vector at Index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Int32 | start index |
Returns: IntPtr
Remarks:
The function returns @Values[i].
Obtains a pointer to the 32bit signed integer value of the vector at Index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Int32 | start index |
Returns: IntPtr
The function returns @Values[i].