You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > CopyToArray Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
CopyToArray Method

This is the overview for the CopyToArray method overload.

 
Name 
Description 
 
Copies all matrix values to a 2D array. 
 
Copy values from the calling object [Index]..[Index+len-1] to the Dst integer array at positions [DstIndex]...[DstIndex+Len-1]. 
 
Copy values to Dst array. The size of the array is set automatically. 
 
Copy values from the calling object [Index]..[Index+len-1] to the Dst array at positions [DstIndex]...[DstIndex+Len-1]. 
 
Copies the calling object data to an array of single precision floating point data. 
 
Copy values from the calling object [Index]..[Index+len-1] to the Dst single precision floating point array at positions [DstIndex]...[DstIndex+Len-1]. 
 
Copies matrix values to a 2D array. 
 
Copy values from the calling object [Index]..[Index+len-1] to the Dst integer array at positions [DstIndex]...[DstIndex+Len-1]. 
 
Copies all matrix values to a 2D array. 
 
Copy values from the calling object [Index]..[Index+len-1] to the Dst integer array at positions [DstIndex]...[DstIndex+Len-1]. 
 
Copies values from the calling object to the Dst array and converts data to double precision numbers. 
 
Copy values from the calling object [Index]..[Index+len-1] to the Dst integer array at positions [DstIndex]...[DstIndex+Len-1]. 
 
Copies values from the calling object to the Dst array and converts data to 2 byte unsigned integer type. 
 
Copy values from the calling object [Index]..[Index+len-1] to the Dst integer array at positions [DstIndex]...[DstIndex+Len-1]. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!