The DoubleRange type exposes the following members.

Constructors

  NameDescription
DoubleRange
Initializes a new instance of the DoubleRange class.

Methods

  NameDescription
IsInsideOverloaded.
IsOverlapping
Check if the specified range overlaps with the range.

Properties

  NameDescription
Length
Length of the range (deffirence between maximum and minimum values).
Max
Maximum value of the range.
Min
Minimum value of the range.

See Also