ParD0UnaryNegation Operator

Implicitly converts the parameter to a scalar, and returns its negation.

Definition

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

Parameters

parameter  ParD0
Parameter to negate.

Return Value

Sca

See Also