TMtxByte::PValues Method

Overload List

#SignatureDescription
1virtual intPtr PValues(int Index);Obtains a pointer to the integer value of the vector at Index.
2intPtr PValues(const int Row, const int col);Obtains a pointer to the integer value of the vector at Index.

Overload 1: virtual intPtr PValues(int Index);

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

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

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

#NameTypeDescription
1Rowconst int
2colconst int
Remarks:

The function returns address of element at Values[i]. Under .NET, internal memory must be Pinned first. See TMtxVecBase.Pin and TMtxVecBase.UnPin

Declared in Dew::Math::TMtxByte · Dew.Math/MtxVecInt.h · Cross-compiler