The Range type exposes the following members.
Back to Top
Fields
| Name | Description | |
|---|---|---|
| EmptyRange | Empty range. Both Low and High are 0.
| |
| InvalidRange | Invalid range. No operations except IsInvalid are allowed.
| |
| UnitRange | Unit range. Low is 0 and High is 1.
|
See Also