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