MatrixInt::PIValues Method

Overload List

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

Overload 1: int *PIValues(const int Index) const;

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

#NameTypeDescription
1Indexconst int
Remarks:

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

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

Overload 2: int *PIValues(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