double *PValues1D(const int Index) const;
Obtains a pointer to the real value of the vector at Index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | const 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