Inner Drive Extensible Architecture
C#
Show/Hide TOC
Speed
Less
Than(Speed, Double) Operator
Compares two values to determine which is less.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
static
bool
operator
<
(
Speed
left
,
double
right
)
Parameters
left
Speed
The value to compare with
right
.
right
Double
The value to compare with
left
.
Return Value
Boolean
if
left
is less than
right
; otherwise,
.
Implements
IComparisonOperators
TSelf, TOther, TResult
LessThan(TSelf, TOther)
See Also
Reference
Speed Structure
LessThan Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also