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