void DefineOperator(String AOperatorSign, TExprFunc AFuncAddress, Int32 NArguments, Int32 Precedence, String Help)
Defines new operator.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AOperatorSign | String | |
| 2 | AFuncAddress | TExprFunc | |
| 3 | NArguments | Int32 | |
| 4 | Precedence | Int32 | |
| 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