You are here: Symbol Reference > MtxVecBase Namespace > Classes > TMtxVecSample Class > public > TMtxVecSample.PValues1D Method
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxVecSample.PValues1D Method

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

Pascal
function PValues1D(const Index: integer): PPDouble; overload;

The function returns @Values[i]. Under .NET this is a pointer to managed memory, which needs to be pinned before the address is taken.

PCValues1D, TMtxVecBase.Pin, TMtxVecBase.UnPin

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!