Expression operator +(EquationMember m)

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

For example: (left + right) / cm(2.0) can be used as an Expression equivalent of the midPointX property.

Source

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