TermUnaryNegation Operator

Negates the term; i.e., negates the coefficient of the term.

Definition

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

Parameters

linTerm  Term
Term to negate.

Return Value

Term

See Also