MathExprSubtraction(MathExpr, MathExpr) Operator
Subtracts a linear expression from another; and returns the resulting linear expression.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public static MathExpr operator -(
MathExpr left,
MathExpr right
)
- left MathExpr
- Lhs.
- right MathExpr
- Rhs.
MathExpr