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

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

Pascal
function PSCValues1D(const Index: integer): PPSCplx; 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.

PCValues1D, TMtxVecBase.Pin, TMtxVecBase.UnPin

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