MatrixInt::PBValues Method

Overload List

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

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

Obtains a pointer to the integer value of the vector at Index.

#NameTypeDescription
1Indexconst int
Remarks:

The function returns @BValues[i]. Under .NET this is a pointer to unmanaged memory or pinned managed memory.

See Also: MatrixInt::PIValues, MatrixInt::PSValues
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 2: unsigned char *PBValues(const int Row, const int Col) const;

Returns a pointer to the real value stored at Row and Col.

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