You are here: Symbol Reference > MtxExprInt Namespace > Classes > MatrixInt Record > public > CopyToArray Method > MatrixInt.CopyToArray Method (TCplxArray, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
MatrixInt.CopyToArray Method (TCplxArray, integer, integer, integer)

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

Pascal
function CopyToArray(var Dst: TCplxArray; const DstIndex: integer; const Index: integer; const Len: integer): TMtxVecInt; overload;

The size of the Dst array is not changed. The method converts calling object values to double precision floating point values. Consecutive elements are converted to real and imaginary parts.

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