Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void DefineDoubleConstant(const DewString &AConstName, double Value, const DewString &Help); | Defines new double constant. |
| 2 | void DefineDoubleConstant(const DewString &AConstName, double Value); |
Overload 1: void DefineDoubleConstant(const DewString &AConstName, double Value, const DewString &Help);
Defines new double constant.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AConstName | const DewString & | |
| 2 | Value | double | |
| 3 | Help | const DewString & |
See Also: TMtxExpression::Undefine, TMtxExpression::VarByName, TMtxExpression::GetVarList, TMtxExpression::DefineVariable, TMtxExpression::DefineDouble, TMtxExpression::DefineComplex, TMtxExpression::DefineMatrix, TMtxExpression::DefineFunction, TMtxExpression::DefineVaryingFunction, TMtxExpression::DefineOperator, TMtxExpression::DefineVector, TMtxExpression::DefineComplexConstant
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler
Overload 2: void DefineDoubleConstant(const DewString &AConstName, double Value);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AConstName | const DewString & | |
| 2 | Value | double |
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler