public class TMtxIntJaggedConverter : TypeConverter
Converts Dew.Math.TMtxInt to/from System.Int32[][] and displays Dew.Math.TMtxInt.IntegerValues.
Methods
| Name | Description |
|---|---|
| CanConvertFrom | Returns true if converting from System.Int32[][]. |
| CanConvertTo | Returns true if converting to System.Int32[][] or System.String. |
| ConvertFrom | Converts System.Int32[][] back into Dew.Math.TMtxInt. |
| ConvertTo | Converts Dew.Math.TMtxInt to UI display string or System.Int32[][]. |
| GetPropertiesSupported | Prevents PropertyGrid from expanding the matrix. |