RangeTIsUpperInclusive Property

If true, the range includes the Upper value. Otherwise, values equal to or greater than the Upper value are out of the range.

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
public bool IsUpperInclusive { get; }

Property Value

Boolean

Implements

IRangeTIsUpperInclusive

See Also