SummationUnaryNegation Operator

Negates the summation.

Definition

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

Parameters

sum  Summation
Summation to negate.

Return Value

Summation

See Also