Click or drag to resize

RangeT Properties

The RangeT type exposes the following members.

Properties
 NameDescription
Public propertyIsLowerInclusive If true, the range includes the Lower value. Otherwise values equal to or less than the Lower value are out of the range.
Public propertyIsUpperInclusive If true, the range includes the Upper value. Otherwise values equal to or greater than the Upper value are out of the range.
Public propertyLower Gets or sets the lowest value in the range.
Public propertyUpper Gets or sets the highest value in the range.
Top
See Also