Silverlight SDK for Microsoft Bing
DoubleRange Constructor (min, max)
OverviewSystem.WindowsDoubleRangeDoubleRange(Double, Double)
Initalizes a DoubleRange object.
Declaration Syntax
C#Visual BasicVisual C++
public DoubleRange(
	double min,
	double max
)
Public Sub New ( _
	min As Double, _
	max As Double _
)
public:
DoubleRange(
	double min, 
	double max
)
Parameters
min (Double)
The minimum of the range
max (Double)
The maximum of the range
Remarks
The range is normalized by this contructor.

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