RangeT Class |
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.SDK.Online
public abstract class Range<T> where T : new(), Range<T>
The RangeT 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.
|