IntPtr PValues(Int32 Index)
Obtains a pointer to the integer value of the vector at Index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Int32 | start index |
Returns: IntPtr
Remarks:
The function returns address of element at Values[i]. Under .NET, internal memory must be Pinned first. See Dew.Math.TMtxVecBase.Pin and Dew.Math.TMtxVecBase.UnPin