intPtr PValues(int Index);
Obtains a pointer to the integer value of the vector at Index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int |
Remarks:
The function returns address of element at Values[i]. Under .NET, internal memory must be Pinned first. See TMtxVecBase.Pin and TMtxVecBase.UnPin
Declared in Dew::Math::TVecByte · Dew.Math/MtxVecInt.h · Cross-compiler