procedure DefineOperator(const AOperatorSign: string; AFuncAddress: TExprFunc; NArguments: Integer; Precedence: Integer; const Help: string);
Defines new operator.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AOperatorSign | string | |
| 2 | AFuncAddress | TExprFunc | |
| 3 | NArguments | Integer | |
| 4 | Precedence | Integer | |
| 5 | 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.DefineVector, TMtxExpression.DefineDoubleConstant, TMtxExpression.DefineComplexConstant