public class TMtxDoubleJaggedConverter : TypeConverter
Converts Dew.Math.TMtx to/from System.Double[][] for designer serialization,
Methods
| Name | Description |
|---|---|
| CanConvertFrom | Returns true if converting from System.Double[][]. |
| CanConvertTo | Returns true if converting to System.Double[][] or System.String. |
| ConvertFrom | Converts System.Double[][] back into a Dew.Math.TMtx instance. |
| ConvertTo | Converts Dew.Math.TMtx to display string or serializable System.Double[][]. |
| GetPropertiesSupported | Prevents PropertyGrid from expanding the matrix. |