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

Copies calling object data to array.  

Copies calling object data to array.  

Copies calling object data to array.

Pascal
procedure CopyToArray(var Dst: TCplxArray); 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 false. *) procedure CopyToArray(var Dst: TCplxArray; Index, Len: integer); 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 false. *) procedure CopyToArray(var Dst: TSCplxArray; 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 false.

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