You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > Matrix.PValues1D Method
MtxVec VCL
ContentsIndex
PreviousUpNext
Matrix.PValues1D Method

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

Pascal
function PValues1D(const Index: integer): PPDouble;

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

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!