public class MtxParseClass
Methods
| Name | Description |
|---|---|
| DisposeList | |
| StrToSimpleType | |
| UnsupportedValueTypesError (5) |
Constants
| Name | Type | Description |
|---|---|---|
| ARGUMENT_SEPARATOR | Char | |
| COLON | Char | |
| DECIMAL_SEPARATOR | Char | |
| EXPRESSION_SEPARATOR | String | |
| HEX_PREFIX | Char | |
| LEFT_BRACKET | Char | |
| LEFT_CLOSED_BRACKET | Char | |
| MaxArg | Int32 | Maximum number of function arguments. |
| RIGHT_BRACKET | Char | |
| RIGHT_CLOSED_BRACKET | Char | |
| SEMICOLON | Char | |
| UnknownExprWord | String | |
| vtBoolMatrixValue | Int32 | Bool matrix. |
| vtBoolValue | Int32 | Bool. |
| vtBoolVectorValue | Int32 | Bool vector. |
| vtComplexValue | Int32 | Complex value. |
| vtCustomValue | Int32 | Custom object. |
| vtDoubleValue | Int32 | Double value. |
| vtIntegerValue | Int32 | Integer |
| vtIntMatrixValue | Int32 | Int Matrix |
| vtIntVectorValue | Int32 | Int vector |
| vtMatrixValue | Int32 | Matrix. |
| vtRangeValue | Int32 | Range |
| vtString | Int32 | String. |
| vtStringListValue | Int32 | Custom object. |
| vtUndefined | Int32 | Undefined value. |
| vtVectorValue | Int32 | Vector. |