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