The IntRange type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Equals |
Check if this instance of Range equal to the specified one.
(Overrides ValueType..::.Equals(Object).) | |
| GetHashCode |
Get hash code for this instance.
(Overrides ValueType..::.GetHashCode()()().) | |
| IsInside | Overloaded. | |
| IsOverlapping |
Check if the specified range overlaps with the range.
| |
| ToString |
Get string representation of the class.
(Overrides ValueType..::.ToString()()().) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Equality operator – checks if two ranges have equal min/max values.
| |
| Implicit |
Implicit conversion to Range.
| |
| Inequality |
Inequality operator – checks if two ranges have different min/max values.
|
Properties
| Name | Description | |
|---|---|---|
| Length |
Length of the range (deffirence between maximum and minimum values).
| |
| Max |
Maximum value of the range.
| |
| Min |
Minimum value of the range.
|