Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double LowerBound { get; }
Public ReadOnly Property LowerBound As Double
Get
public:
property double LowerBound {
double get ();
}
member LowerBound : float with get
Property Value
Type:
DoubleThe lower bound of the interval on which this
BetaDistribution is defined.
This property is read-only.
Reference