SummationSubtraction(Summation, Term) Operator

Substracts a term from a summation; and returns the resulting linear expression.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public static MathExpr operator -(
	Summation left,
	Term right
)

Parameters

left  Summation
Lhs.
right  Term
Rhs.

Return Value

MathExpr

See Also