Click or drag to resize

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.

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

Property Value

Boolean

Implements

IRangeTIsUpperInclusive
See Also