TVecIntArrayConverter Class

Source: MtxVecConverter.cs · Assembly: Dew.Math
TypeConverterTVecIntArrayConverter

public class TVecIntArrayConverter : TypeConverter

Converts Dew.Math.TVecInt to/from System.Int32[] and displays Dew.Math.TVecInt.IntegerValues.

Methods

NameDescription
CanConvertFromReturns true if converting from System.Int32[].
CanConvertToReturns true if converting to System.Int32[] or System.String.
ConvertFromConverts System.Int32[] back into Dew.Math.TVecInt.
ConvertToConverts Dew.Math.TVecInt to UI display string or System.Int32[].
GetPropertiesSupportedPrevents PropertyGrid from expanding the vector.