function PSCValues1D(const Index: Integer): NativeInt;
Obtaines a pointer to the complex value of the vector at Index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Integer | start index |
Returns: IntPtr
Remarks:
The function returns @CValues[i]. Under .NET this is a pointer to managed memory, which needs to be pinned before the address is taken.