MatrixInt::PSValues Method

Overload List

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

Overload 1: short *PSValues(const int Index) const;

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

#NameTypeDescription
1Indexconst int
Remarks:

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

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

Overload 2: short *PSValues(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