You are here: Symbol Reference > Dew.Math Namespace > GridServices Class > GridServices Methods > GridToValues Method > GridToValues Method (DataGrid, TVec, int, int, int, int, bool, bool)
Dew Math for .NET
Contents
PreviousUpNext
GridServices.GridToValues Method (DataGrid, TVec, int, int, int, int, bool, bool)

Copy DataGrid cells to Vector.

C#
public static TVec GridToValues(DataGrid grid, TVec dst, int gridrow, int gridcol, int index, int len, bool iscomplex, bool vertical);
Parameters
Parameters 
Description 
grid 
Source DataGrid. 
dst 
Destination Vector. 
gridrow 
DataGrid start row index. 
gridcol 
DataGrid start column index. 
index 
Vector start index. 
len 
Vector subarray length. 
iscomplex 
Treat cell values as complex numbers. 
vertical 
If true, vector is represented as single DataGrid column. If false, vector is represented as single DataGrid row. 
What do you think about this topic? Send feedback!
Copyright (c) 1999-2010 by Dew Research. All rights reserved.