| ExpressionSubtraction Operator |
| Name | Description | |
|---|---|---|
| Subtraction(Object, Expression) |
Operator overload for the '-' operator to produce an Expression which represents value - expression
| |
| Subtraction(Expression, Expression) |
Operator overload for the '-' operator to produce an Expression which represents expression - expression
| |
| Subtraction(Expression, Object) |
Operator overload for the '-' operator to produce an Expression which represents expression - value
|