Gets the upper bound of the interval.

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

Syntax

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

Value

The upper bound of the interval.