VarSubtraction(Var, Var) Operator
Substracts one variable 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 -(
Var left,
Var right
)
- left Var
- Lhs.
- right Var
- Rhs.
MathExpr