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