MtxVecPreviewConverter Class

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

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

NameDescription
CanConvertFromConversion from other types is not supported.
CanConvertToReturns true only when converting to System.String.
ConvertToConverts MtxVec-based values to a clipped string preview. Uses Dew.Math.TMtxVecBase.MtxVecType to determine the concrete type.
GetPropertiesSupportedIndicates that no nested properties are exposed.