public class TVecDoubleArrayConverter : TypeConverter
Converts Dew.Math.TVec 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.TVec instance. |
| ConvertTo | Converts Dew.Math.TVec to display string or serializable System.Double[]. |
| GetPropertiesSupported | Prevents PropertyGrid from expanding the vector. |