Orx.MathProg (C#)
C#
Show/Hide TOC
Sca
Unary
Negation Operator
Returns the negation of the scalar.
Definition
Namespace:
Orx.MathProg
Assembly:
Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
Copy
public
static
Sca
operator
-
(
Sca
scalar
)
Parameters
scalar
Sca
Scalar to be negated.
Return Value
Sca
See Also
Reference
Sca Class
Orx.MathProg Namespace
In This Article
Definition
Parameters
Return Value
See Also