Inner Drive Extensible Architecture
C#
Show/Hide TOC
Range
T
Is
Lower
Inclusive Property
If
true
, the range includes the
Lower
value. Otherwise, values equal to or less than the
Lower
value are out of the range.
Definition
Namespace:
InnerDrive.Core
Assembly:
InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
Copy
public
bool
IsLowerInclusive
{
get
; }
Property Value
Boolean
Implements
IRange
T
IsLowerInclusive
See Also
Reference
Range
T
Structure
InnerDrive.Core Namespace
In This Article
Definition
Property Value
Implements
See Also