float *PSValues1D(const int Index);
Obtains a pointer to the real value of the vector at Index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | const int |
Remarks:
The function returns @Values[i]. Under .NET this is a pointer to managed memory, which needs to be pinned before the address is taken.
See Also: TSparseMtx::PValues1D, TMtxVecBase.Pin, TMtxVecBase.UnPin
Declared in Dew::Math::TMtxVecSample · Dew.Math/MtxVecBase.h · Cross-compiler