The DoubleRange type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DoubleRange |
Initializes a new instance of the DoubleRange class.
|
Methods
| Name | Description | |
|---|---|---|
| IsInside | Overloaded. | |
| IsOverlapping |
Check if the specified range overlaps with the range.
|
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.
|