VarD0UnaryNegation Operator

Negates the variable and returns the resulting linear term.

Definition

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

Parameters

variable  VarD0
Variable to negate.

Return Value

Term

See Also