Gets the upper bound of the interval.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double UpperBound { get; }
Public ReadOnly Property UpperBound As Double
Get
public:
property double UpperBound {
double get ();
}
member UpperBound : float with get
Property Value
Type:
DoubleThe upper bound of the interval.
Reference