Constructs a new interval.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	lowerBound As Double, _
	upperBound As Double _
)
C#
public Interval (
	double lowerBound,
	double upperBound
)
C++
public:
Interval (
	double lowerBound, 
	double upperBound
)

Parameters

lowerBound (System.Double)
Double value that specifies the lower bound of the interval.
upperBound (System.Double)
Double value that specifies the upper bound of the interval.