double *PValues1D(const int Index) const;
Obtains a pointer to the real value of the Matrix at Index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | const int |
Remarks:
The function returns @Values[i]. Under .NET this is a pointer to pinned memory.
See Also: Matrix::PCValues1D
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler