MathExprUnaryNegation Operator

Negates the linear expression.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public static MathExpr operator -(
	MathExpr linExpr
)

Parameters

linExpr  MathExpr
Linear expression to negate.

Return Value

MathExpr

See Also