You are here: Symbol Reference > AbstractMtxVec Namespace > Classes > TMtxVec Class > public > CopyToArray Method > TMtxVec.CopyToArray Method (TSCplxArray, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxVec.CopyToArray Method (TSCplxArray, integer, integer, integer)

Copy 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: TSCplxArray; DstIndex: integer; Index: integer; Len: integer): TMtxVec; overload;

The size of the Dst array is not changed.

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