IntPtr PValues1D(Int32 Index)
Obtains a pointer to the real value of the vector at Index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Int32 | start index |
Returns: IntPtr
Remarks:
The function returns @Values[i]. Under .NET this is a pointer to managed memory, which needs to be pinned before the address is taken.