Gets the lower bound of the interval.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property LowerBound As Double
C#
public double LowerBound { get; }
C++
public:
double LowerBound {
	double get ();
}

Value

The lower bound of the interval.