Overload List
| # | Signature | Description |
|---|---|---|
| 1 | virtual intPtr PValues(int Index); | Obtains a pointer to the integer value of the vector at Index. |
| 2 | intPtr PValues(const int Row, const int col); |
Overload 1: virtual 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 pointer to the current integer relative to the value of the Precision property.
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler
Overload 2: intPtr PValues(const int Row, const int col);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Row | const int | |
| 2 | col | const int |
Declared in Dew::Math::TMtxSmallInt · Dew.Math/MtxVecInt.h · Cross-compiler