A value class which expresses a range of two Double values.

C# | Visual Basic | Visual C++ |
public class DoubleRange
Public Class DoubleRange
public ref class DoubleRange

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DoubleRange()()() |
Initalizes a DoubleRange object.
|
![]() | DoubleRange(Double, Double) |
Initalizes a DoubleRange object.
|
![]() | AbsoluteRange |
Gets absolute range as a Double value.
|
![]() ![]() | Empty |
Returns a DoubleRange object which is considered to be an empty value.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Maximum |
Gets/Sets the Maximum value for the range.
|
![]() | Minimum |
Gets/Sets the Minimum value for the range.
|
![]() | Range |
Gets total range as a Double value.
|
![]() | ToString()()() | (Inherited from Object.) |

Object | |
![]() | DoubleRange |