procedure DefineDoubleConstant(const AConstName: string; Value: Double; const Help: string);
Defines new double constant.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AConstName | string | |
| 2 | Value | Double | scalar |
| 3 | Help | string |
Result: stored in self (calling object)
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