Inner Drive Extensible Architecture
C#
Show/Hide TOC
Area
Unary
Negation Operator
Computes the unary negation of a value.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
static
Area
operator
-
(
Area
value
)
Parameters
value
Area
The value for which to compute the unary negation.
Return Value
Area
The unary negation of
value
.
Implements
IUnaryNegationOperators
TSelf, TResult
UnaryNegation(TSelf)
See Also
Reference
Area Structure
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also