You are here: Symbol Reference > AbstractMtxVec Namespace > Classes > TMtxVec Class > public > SetDouble Method > TMtxVec.SetDouble Method (integer, array of double)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxVec.SetDouble Method (integer, array of double)

Sets object values (double).

Pascal
function SetDouble(Index: integer; const A: array of double): TMtxVec; overload;

The double elements of A array are copied to the calling object elements [Index]..[Index+Length(A)-1]. An exception is raised if calling object array borders are overrun/underrun.

Use this method for integer array only.

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