MathExprSubtraction(MathExpr, VarD0) Operator
Subtracts a variable from a linear expression; 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,
VarD0 right
)
- left MathExpr
- Lhs.
- right VarD0
- Rhs.
MathExpr