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