You are here: Symbol Reference > MtxVecBase Namespace > Classes > TMtxVecBase Class > public > CopyToArray Method > TMtxVecBase.CopyToArray Method (TDoubleArray, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxVecBase.CopyToArray Method (TDoubleArray, integer, integer, integer)

Copy real or complex values from the calling object [Index]..[Index+len-1] to the Dst array at positions [DstIndex]...[DstIndex+Len-1].

Pascal
function CopyToArray(var Dst: TDoubleArray; DstIndex: integer; Index: integer; Len: integer): TMtxVecBase; overload;

The size of the Dst array is not changed. If the calling object is complex, the Index and Len parameters define the number of complex elements.

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