Overload List
| # | Signature | Description |
|---|---|---|
| 1 | virtual short *PSValues(int Index); | Obtains a pointer to the 16bit signed integer value of the vector at Index. |
| 2 | short *PSValues(const int Row, const int Col); | Returns a pointer to the real value stored at Row and Col. |
Overload 1: virtual short *PSValues(int Index);
Obtains a pointer to the 16bit signed integer value of the vector at Index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int |
Remarks:
The function returns @Values[i].
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler
Overload 2: short *PSValues(const int Row, const int Col);
Returns a pointer to the real value stored at Row and Col.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Row | const int | |
| 2 | Col | const int |
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler