MathExprAddition(Term, MathExpr) Operator
Adds a linear expression and a term; and returns the resulting linear expression.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public static MathExpr operator +(
Term left,
MathExpr right
)
- left Term
- Lhs.
- right MathExpr
- Rhs.
MathExpr