You are here: Symbol Reference > MtxExprInt Namespace > Classes > MatrixInt Record > public > CopyToArray Method > MatrixInt.CopyToArray Method (TIntegerArray, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
MatrixInt.CopyToArray Method (TIntegerArray, 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: TIntegerArray; 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 4 byte signed integers. Values exceeding the range of a 4 byte signed integer type are clipped.

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