public class GridServices
Introduces rutines for copying vector or matrix values to and from System.Windows.Forms.DataGridView control. These routines are only for backward compatibility with older Dew Math version. To display vector or matrix in DataGridView, use new Dew.Math.Controls.MtxGridView control.
These routines are only for backward compatibility with older Dew Math version. To display vector or matrix in DataGridView, use new Dew.Math.Controls.MtxGridView control.
Methods
| Name | Description |
|---|---|
| GridToValues (4) | Copy DataGrid cells to Matrix. |
| PrepareGrid | Prepares DataGrid or for viewing matrix or vector values. |
| ValuesToGrid (6) | Copy Matrix values to DataGrid. |