TMtxIntJaggedConverter Class

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

public class TMtxIntJaggedConverter : TypeConverter

Converts Dew.Math.TMtxInt to/from System.Int32[][] and displays Dew.Math.TMtxInt.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.TMtxInt.
ConvertToConverts Dew.Math.TMtxInt to UI display string or System.Int32[][].
GetPropertiesSupportedPrevents PropertyGrid from expanding the matrix.