RangeT Methods |
[This is preliminary documentation and is subject to change.]
The RangeT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AtLeast |
Creates a range that only has a minimum value.
| |
| Exactly |
Creates a range that has to be exactly one value.
| |
| Inclusive |
Create an inclusive range.
| |
| IsInRange |
Check if a value is in range.
|