VectorInt::PBValues Method

intPtr 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: VectorInt::PIValues, VectorInt::PSValues
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler