The Range type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| Range | Initializes a new instance of the Range class |
Properties
| Name | Description | |
|---|---|---|
| Max | Highest value in the range | |
| MaxInclEq | If set to true, the range includes the highest value in the range of selections (Equals to ).
Example:
The range is [1,10]. If qMinInclEq is set to true it means that 10 is included in the range of selections. | |
| Min | Lowest value in the range | |
| MinInclEq | If set to true, the range includes the lowest value in the range of selections (Equals to ).
Example:
The range is [1,10]. If qMinInclEq is set to true it means that 1 is included in the range of selections. |
See Also