TMtx::PCValues1D Method

TCplx *PCValues1D(const int Index);

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

#NameTypeDescription
1Indexconst int
Remarks:

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

See Also: TMtx::PSCValues1D, TMtxVecBase.Pin, TMtxVecBase.UnPin
Declared in Dew::Math::TMtxVecSample · Dew.Math/MtxVecBase.h · Cross-compiler