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

Obtaines a pointer to the complex value of the vector at Index.

Pascal
function PCValues1D(const Index: integer): PPCplx; overload;

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

PSCValues1D, TMtxVecBase.Pin, TMtxVecBase.UnPin

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