MathExprSubtraction(MathExpr, VarD0) Operator

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

Parameters

left  MathExpr
Lhs.
right  VarD0
Rhs.

Return Value

MathExpr

See Also