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