TVecDoubleArrayConverter Class

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

public class TVecDoubleArrayConverter : TypeConverter

Converts Dew.Math.TVec to/from System.Double[] for designer serialization,

Methods

NameDescription
CanConvertFromReturns true if converting from System.Double[].
CanConvertToReturns true if converting to System.Double[] or System.String.
ConvertFromConverts System.Double[] back into a Dew.Math.TVec instance.
ConvertToConverts Dew.Math.TVec to display string or serializable System.Double[].
GetPropertiesSupportedPrevents PropertyGrid from expanding the vector.