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

This is the overview for the CopyFromArray method overload.

 
Name 
Description 
 
Sizes the matrix to match the size of the 2D array and copies all the values. 
 
Copies values from a 1 byte unsigned integer type Src array [SrcIndex]..[SrcIndex+Len-1] to the calling object values [Index]..[Index+len-1]. 
 
Copies values from a real Src array. 
 
Copies values from the double precision floating point Src array [SrcIndex]..[SrcIndex+Len-1] to the calling object values [Index]..[Index+len-1]. 
 
Copies values from a real single precision floating point Src array. 
 
Copies values from the single precision floating point Src array [SrcIndex]..[SrcIndex+Len-1] to the calling object values [Index]..[Index+len-1]. 
 
Copies the matrix from a 2D array. 
 
Copies values from a 4 byte signed integer type Src array [SrcIndex]..[SrcIndex+Len-1]. 
 
Sizes the matrix to match the size of the 2D array and copies all the values. 
 
Copies values from a 2 byte signed integer type Src array [SrcIndex]..[SrcIndex+Len-1] to the calling object values [Index]..[Index+len-1]. 
 
Copies values from a real Src array. 
 
Copies values from the double precision floating point Src array [SrcIndex]..[SrcIndex+Len-1] to the calling object values [Index]..[Index+2*Len-1]. 
 
Copies values from Src array. 
 
Copies values from a 2 byte unsigned integer type Src array [SrcIndex]..[SrcIndex+Len-1] to the calling object values [Index]..[Index+len-1]. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!