void InsertExpr(int Index, const DewString &Expr);
Inserts new expression at specified index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int | |
| 2 | Expr | const DewString & |
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler
Inserts new expression at specified index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int | |
| 2 | Expr | const DewString & |