Метод | Описание | |
---|---|---|
IntRange ( int min, int max ) |
Initializes a new instance of the IntRange class.
|
|
IsInside ( |
Check if the specified range is inside of the range.
|
|
IsInside ( int x ) : bool |
Check if the specified value is inside of the range.
|
|
IsOverlapping ( |
Check if the specified range overlaps with the range.
|
public IntRange ( int min, int max ) | ||
min | int | Minimum value of the range. |
max | int | Maximum value of the range. |
public IsInside ( |
||
range | Range to check. | |
Результат | bool |
public IsOverlapping ( |
||
range | Range to check for overlapping. | |
Результат | bool |