IRangeTIsLowerInclusive 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#
bool IsLowerInclusive { get; }

Property Value

Boolean

See Also