Inner Drive Extensible Architecture
C#
C#
Show/Hide TOC
Volume
.
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
Volume
operator
-( Volume
value
)
Parameters
value
Volume
The value for which to compute the unary negation.
Return Value
Volume
The unary negation of
value
.
Implements
IUnaryNegationOperators
<
TSelf, TResult
>
.
UnaryNegation(TSelf)
See Also
Reference
Volume Structure
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also