SetUnaryNegation Operator

Implicitly converts the set to a scalar which will take its value lazily; and negates the scalar.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public static Sca operator -(
	Set set
)

Parameters

set  Set
Set to be converted to a scalar and to be negated.

Return Value

Sca

See Also