procedure DefineComplexConstant(const AConstName: string; const Value: TCplx; const Help: string);
Defines new complex constant.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AConstName | string | |
| 2 | Value | TCplx | |
| 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.DefineDoubleConstant, TMtxExpression.DefineVector