|
Dew Math for .NET
|
Copy grid subarray to matrix.
|
Parameters |
Description |
|
grid |
Source grid. |
|
dst |
Destination matrix. |
|
gridrow |
Subarray starting row index. |
|
gridcol |
Subarray starting column index. |
|
Row |
Destination matrix starting row index. |
|
Col |
Destination matrix starting column index. |
|
RowCount |
Number of rows to copy from grid. |
|
ColCount |
Number of columns to copy from grid. |
|
iscomplex |
If true, two consecutive columns in grid will be treated as single complex number. If false, cells will be treated as real separate values. |
Destination matrix with values from grid.
Copies datagrid elements, starting with [gridrow,gridcol] and ending with [gridrow + RowCount,gridcol + ColCount] to destination matrix submatrix, starting at [Row,Col] and ending with [Row+RowCount,Col+ColCount].
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 1999-2010 by Dew Research. All rights reserved.
|