TMtxByte::PBValues Method

Overload List

#SignatureDescription
1virtual unsigned char *PBValues(int Index);Obtains a pointer to the 8bit unsigned integer value of the vector at Index.
2unsigned char *PBValues(const int Row, const int Col);Returns a pointer to the real value stored at Row and Col.

Overload 1: virtual unsigned char *PBValues(int Index);

Obtains a pointer to the 8bit unsigned 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: unsigned char *PBValues(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