Click or drag to resize
Expression Operators
Operators
  NameDescription
Public operatorStatic memberAddition(Object, Expression)
Operator overload for the '+' operator to produce an Expression which represents value + expression
Public operatorStatic memberAddition(Expression, Expression)
Operator overload for the '+' operator to produce an Expression which represents expression + expression
Public operatorStatic memberAddition(Expression, Object)
Operator overload for the '+' operator to produce an Expression which represents expression + value
Public operatorStatic memberDivision(Object, Expression)
Operator overload for the '/' operator to produce an Expression which represents value / expression
Public operatorStatic memberDivision(Expression, Expression)
Operator overload for the '/' operator to produce an Expression which represents expression / expression
Public operatorStatic memberDivision(Expression, Object)
Operator overload for the '/' operator to produce an Expression which represents expression / value
Public operatorStatic memberMultiply(Object, Expression)
Operator overload for the '*' operator to produce an Expression which represents value * expression
Public operatorStatic memberMultiply(Expression, Expression)
Operator overload for the '*' operator to produce an Expression which represents expression * expression
Public operatorStatic memberMultiply(Expression, Object)
Operator overload for the '*' operator to produce an Expression which represents expression * value
Public operatorStatic memberSubtraction(Object, Expression)
Operator overload for the '-' operator to produce an Expression which represents value - expression
Public operatorStatic memberSubtraction(Expression, Expression)
Operator overload for the '-' operator to produce an Expression which represents expression - expression
Public operatorStatic memberSubtraction(Expression, Object)
Operator overload for the '-' operator to produce an Expression which represents expression - value
Top
See Also