TMtxByte::PSValues Method

Overload List

#SignatureDescription
1virtual short *PSValues(int Index);Obtains a pointer to the 16bit signed integer value of the vector at Index.
2short *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.

#NameTypeDescription
1Indexint
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.

#NameTypeDescription
1Rowconst int
2Colconst int
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler