[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Holds a range of double values with a minimum (Start) value and a maximum (end) value.

The following tables list the members exposed by the DoubleRange type.

Public Methods

  NameDescription
Equals
Returns true if the objects are equal.
(Overrides .Equals(Object).)
GetHashCode
Serves as a hash function for a particular type.
(Overrides .GetHashCode().)
GetType (Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Overrides .ToString().)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)

Public Constructors

  NameDescription
DoubleRangeNew
Constructor - takes range endpoints.

Public Properties

  NameDescription
Max
Returns high endpoint.

Min
Returns low endpoint.