Remove an operator from the table.
Namespace:
SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public void RemoveOperator( Operator op ) |
| Visual Basic (Declaration) |
|---|
Public Sub RemoveOperator ( _ op As Operator _ ) |
| Visual C++ |
|---|
public: void RemoveOperator( Operator^ op ) |
Parameters
- op
- Type: SingularSys.Jep..::.Operator
the operator to be removed