MtxVecEdit Class

Source: Editors/MtxVecEdit.cs · Assembly: Dew.Math.Controls
FormMtxVecEdit

public class MtxVecEdit : Form

Vector and matrix editor.

Properties

NameTypeDescription
AutoColWidthBooleanAutomatically size column width.
EditableBooleanTrue if MtxGridView cells can be edited.
SciFormatBooleanApply scientific format to cell values.
ShowingIntegerTypeBooleanReturns true if datagrid control is showing integer vector or matrix and false, if showing real/double.
ShowingVectorBooleanReturns true if datagrid control is showing vector and false, if showing matrix.
SplitCplxBooleanIf true, display complex numbers as real and imaginary parts in two columns.
StringFormatStringDefault string format for cells.

Methods

NameDescription
ctorConstructor.
ViewValues (8)View and edit matrix/vector values.