Namespace:
Extreme.Statistics.Distributions
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 on which this
BetaDistribution is defined.
This property is read-only.
Reference