public class TVecIntArrayConverter : TypeConverter
Converts Dew.Math.TVecInt to/from System.Int32[] and displays Dew.Math.TVecInt.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.TVecInt. |
| ConvertTo | Converts Dew.Math.TVecInt to UI display string or System.Int32[]. |
| GetPropertiesSupported | Prevents PropertyGrid from expanding the vector. |