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

This is the overview for the CopyFromArray method overload.

 
Name 
Description 
 
Copies values from a 1 byte unsigned integer type Src array. 
 
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 the matrix from a 2D 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 values from an integer type Src array. 
 
Copies values from a 4 byte signed integer type Src array [SrcIndex]..[SrcIndex+Len-1] to the calling object values [Index]..[Index+len-1]. 
 
Copies values from an 2 byte signed integer type Src array. 
 
Copies values from a 2 byte signed integer type Src array [SrcIndex]..[SrcIndex+Len-1] to the calling object values [Index]..[Index+len-1]. 
 
Sizes the matrix to match the size of the 2D array and copies all the values. 
 
Copies values from the 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!