Overload List
Overload 1: void DefineOperator(const DewString &AOperatorSign, TExprFunc AFuncAddress, int NArguments, int Precedence, const DewString &Help);
Defines new operator.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AOperatorSign | const DewString & | |
| 2 | AFuncAddress | TExprFunc | |
| 3 | NArguments | int | |
| 4 | Precedence | int | |
| 5 | Help | const DewString & |
See Also: TMtxExpression::Undefine, TMtxExpression::VarByName, TMtxExpression::GetVarList, TMtxExpression::DefineVariable, TMtxExpression::DefineDouble, TMtxExpression::DefineComplex, TMtxExpression::DefineMatrix, TMtxExpression::DefineFunction, TMtxExpression::DefineVaryingFunction, TMtxExpression::DefineVector, TMtxExpression::DefineDoubleConstant, TMtxExpression::DefineComplexConstant
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler
Overload 2: void DefineOperator(const DewString &AOperatorSign, TExprFunc AFuncAddress, int NArguments, int Precedence);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AOperatorSign | const DewString & | |
| 2 | AFuncAddress | TExprFunc | |
| 3 | NArguments | int | |
| 4 | Precedence | int |
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler