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

Copies values from the double precision floating point Src array [SrcIndex]..[SrcIndex+Len-1] to the calling object values [Index]..[Index+len-1].

Pascal
function CopyFromArray(const Src: TDoubleArray; const Rounding: TRounding; const SrcIndex: integer; const Index: integer; const Len: integer): TMtxVecInt; overload;

The size of the calling object is not changed. If the array border are overrun an exception will be raised.

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