TMtxDoubleJaggedConverter Class

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

public class TMtxDoubleJaggedConverter : TypeConverter

Converts Dew.Math.TMtx 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.TMtx instance.
ConvertToConverts Dew.Math.TMtx to display string or serializable System.Double[][].
GetPropertiesSupportedPrevents PropertyGrid from expanding the matrix.