Overload List

  Name Description
Operator(String, IPostfixMathCommand, Int32)
Construct a new operator with no precedence set.
Operator(String, IPostfixMathCommand, Int32, Int32)
Constructs a new operator with a given precedence.
Operator(String, String, IPostfixMathCommand, Int32)
Constructs a new operator, with a different name and symbol
Operator(String, String, IPostfixMathCommand, Int32, Int32)
Constructs a new operator, with a different name and symbol and allows a given precedence to be set.

See Also