The Range type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| High | Gets the high limit of the range.
| |
| IsEmptyRange | Gets a value indicating whether the range is empty or not.True
Returns true if the range is an empty (point) interval.
| |
| IsUnitRange | Gets a value indicating whether the range is a unit range.
Returns true if the range is a unit range [0, 1].
| |
| IsValidRange | Gets a value indicating whether the range is valid or not.
| |
| Low | Gets the low limit of the range.
| |
| Midpoint | Gets the mid-point of the range. Equal to (Low + High)/2.
| |
| Width | Gets the width of the range. Equal to High - Low.
|
See Also