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