You are here: Symbol Reference > clMtxVec Namespace > Classes > TOpenCLMtxVec Class > public > CopyToArray Method > TOpenCLMtxVec.CopyToArray Method (TDoubleArray)
MtxVec VCL
ContentsIndex
PreviousUpNext
TOpenCLMtxVec.CopyToArray Method (TDoubleArray)

Copies calling object data to array.  

Copies calling object data to array.

Pascal
procedure CopyToArray(var Dst: TDoubleArray); overload;

(* 

Copies Len elements from the calling object starting at Index to Dst array. The size of the Dst array is set to Len or Len*2, if the Complex is true. *) procedure CopyToArray(var Dst: TDoubleArray; Index, Len: integer); overload;  

Copies Length elements from the calling object to Dst array. The size of the Dst array is set to Length or Length*2, if the Complex is true.

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