Triangular Distribution.Lower Bound Property
Gets the smallest possible value of the distribution.
Definition
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The smallest possible value of the distribution.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double LowerBound { get; }
Property Value
DoubleThe smallest possible value of the distribution.
Remarks
This property is read-only.