Initializes a new instance of the NumericDataSource class.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public NumericDataSource(
	double min,
	double max
)
Visual Basic
Public Sub New ( _
	min As Double, _
	max As Double _
)
Visual C++
public:
NumericDataSource(
	double min, 
	double max
)

Parameters

min
Type: System..::..Double
The minimum value in the data sequence.
max
Type: System..::..Double
The maximum value in the data sequence.

See Also