Expression operator -(EquationMember m)

Creates a Expression by subtracting the argument from this member. Both members may need to be hoisted to expressions themselves before this can occur.

For example: right - left can be used as an Expression equivalent of the width property.

Source

Expression operator -(EquationMember m) => asExpression() - m;