intPtr PValues1D(const int Index) const;
Obtains a pointer to the integer value of the vector at Index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | const int |
Remarks:
The function returns @Values[i]. Under .NET this is a pointer to unmanaged memory.
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler