RangeT Properties

Properties

IsLowerInclusive If true, the range includes the Lower value. Otherwise, values equal to or less than the Lower value are out of the range.
IsUpperInclusive If true, the range includes the Upper value. Otherwise, values equal to or greater than the Upper value are out of the range.
Lower Gets or sets the lowest value in the range.
Upper Gets or sets the highest value in the range.

See Also