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

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

Pascal
function CopyFromArray(const Src: TSingleArray; SrcIndex: integer; Index: integer; Len: integer): TMtxVec; 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!