You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > CopyToArray Method
MtxVec VCL
ContentsIndex
PreviousUpNext
CopyToArray Method

This is the overview for the CopyToArray method overload.

 
Name 
Description 
 
Copies values from the calling object to the Dst array. 
 
Copy real or complex values from the calling object [Index]..[Index+len-1] to the Dst integer array at positions [DstIndex]...[DstIndex+Len-1]. 
 
Copy values to an array. 
 
Copy complex values from the calling object [Index]..[Index+len-1] to the Dst array at positions [DstIndex]...[DstIndex+Len-1]. 
 
Copy values to Dst array. 
 
Copy real or complex values from the calling object [Index]..[Index+len-1] to the Dst array at positions [DstIndex]...[DstIndex+Len-1]. 
 
Copies values from the calling object to the Dst array and converts floating point data to integer numbers. 
 
Copy real or complex values from the calling object [Index]..[Index+len-1] to the Dst integer array at positions [DstIndex]...[DstIndex+Len-1]. 
 
Copies the calling object data to an array of single precision floating point data. 
 
::Copy real or complex values from the calling object [Index]..[Index+len-1] to the Dst single precision floating point array at positions [DstIndex]...[DstIndex+Len-1]. The size of the Dst array is not changed. If the calling object is complex, the Index and Len parameters define the number of complex elements. 
 
Copies values from the calling object to the Dst array and converts floating point data to 2 byte signed integer numbers. 
 
Copy real or complex values from the calling object [Index]..[Index+len-1] to the Dst integer array at positions [DstIndex]...[DstIndex+Len-1]. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!