function PSValues(const Index: Integer): NativeInt;
Obtains a pointer to the integer value of the vector at Index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Integer | start index |
Returns: IntPtr
Remarks:
The function returns @SValues[i]. Under .NET this is a pointer to unmanaged memory or pinned managed memory.
See Also: VectorInt.PIValues, VectorInt.PBValues