Matrix::PCValues1D Method

TCplx *PCValues1D(const int Index) const;

Obtains a pointer to the complex value of the Matrix at Index.

#NameTypeDescription
1Indexconst int
Remarks:

The function returns @CValues[i]. Under .NET this is a pointer to unmanaged memory.

See Also: Matrix::PValues1D
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler