Vector::PValues1D Method

double *PValues1D(const int Index) const;

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

#NameTypeDescription
1Indexconst int
Remarks:

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

See Also: Vector::PCValues1D
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler