Silverlight SDK for Microsoft Bing
DoubleRange Class
OverviewSystem.WindowsDoubleRange
A value class which expresses a range of two Double values.
Declaration Syntax
C#Visual BasicVisual C++
public class DoubleRange
Public Class DoubleRange
public ref class DoubleRange
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
DoubleRange

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)