bool Undefine(const DewString &AName);
Removes symbol from defined symbols.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AName | const DewString & | Defines the name of removed symbol. |
Returns: True, if removing symbol AName was successful.
Remarks:
Note:
Any variables, constanst, functions and operators may be undefined. This is different from the "undefine" function called from the script, which will simply undefine the type of the variable thus allowing it to have its type defined again.
See Also: TMtxExpression::DefineVariable, TMtxExpression::DefineDouble, TMtxExpression::DefineComplex, TMtxExpression::DefineVector, TMtxExpression::DefineMatrix, TMtxExpression::DefineFunction, TMtxExpression::DefineVaryingFunction, TMtxExpression::DefineOperator, TMtxExpression::DefineDoubleConstant, TMtxExpression::DefineComplexConstant
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler