C# (CSharp) YAMP.Converter Namespace

Classes

Name Description
MatrixToDoubleArrayConverterAttribute Matrix (only the real parts) to double array converter.
ScalarToBooleanConverterAttribute scalar to boolean (1.0, rest) converter.
ScalarToDoubleConverterAttribute String to double converter.
ScalarToIntegerConverterAttribute String to integer converter.
StringToBooleanConverterAttribute String to boolean (on, off) converter.
StringToEnumConverter String to an arbitrary enumeration converter.
StringToStringConverterAttribute String to StringValue converter.
ValueConverterAttribute Abstract base class for any value converter.