Inner Drive Extensible Architecture
C#
C#
Show/Hide TOC
Volume
.
Inequality(Double, Volume) Operator
Compares an instance of
Volume
with an instance of
Double
for inequality.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
static
bool
operator
!=(
double
left, Volume right )
Parameters
left
Double
The
Double
to compare.
right
Volume
The
Volume
to compare.
Return Value
Boolean
true
if the
Value
member is not equal to the
Double
; otherwise,
false
.
See Also
Reference
Volume Structure
Inequality Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
See Also