public class MtxVecPreviewConverter : TypeConverter
Provides a concise string preview for MtxVec objects (vector/matrix, real/integer). The preview is clipped to 50 characters for compact display in property editors.
Methods
| Name | Description |
|---|---|
| CanConvertFrom | Conversion from other types is not supported. |
| CanConvertTo | Returns true only when converting to System.String. |
| ConvertTo | Converts MtxVec-based values to a clipped string preview. Uses Dew.Math.TMtxVecBase.MtxVecType to determine the concrete type. |
| GetPropertiesSupported | Indicates that no nested properties are exposed. |